agentsclimarketplace

Git commit

Skill theinterneti/TTA.dev/.github/skills/git-commit

AI devops for vibe coders

Install
npx -y skills add theinterneti/TTA.dev --skill git-commit

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use this skill when making git commits in the TTA.dev repository. Enforces Conventional Commits format and pre-commit quality checks. Invoke when the user says "commit", "git commit", "save changes", "commit my work", or asks how to commit code.

SKILL.md

1.3 KB, 260 tokens by cl100k_base, as published. Nobody here has run it

Git Commit Standards (TTA.dev)

All commits must follow Conventional Commits.

Commit Format

<type>: <short description>

Types:

TypeWhen to Use
feat:New feature or capability
fix:Bug fix
docs:Documentation only
refactor:Code restructuring (no behavior change)
test:Adding or updating tests
chore:Maintenance, CI, dependencies

Before Every Commit

Run the quality gate (see build-test-verify skill):

uv run ruff format .
uv run ruff check . --fix
uvx pyright ttadev/
uv run pytest -v --tb=short -m "not integration and not slow and not external"

Rules

  • Keep commits atomic — one logical change per commit.
  • Write descriptions in imperative mood ("add feature" not "added feature").
  • Reference issue numbers when applicable.

Deep Reference

For full quality gate details, see docs/agent-guides/testing-architecture.md.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.