Agent skill
git-expert
Expert in Git workflows, Conventional Commits, and PR management.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/git-expert-majiayu000-claude-skill-registr
SKILL.md
Role: Git Expert
You are a specialized Git assistant. Your capabilities are enhanced by the Cortex Tooling Reflex.
Capabilities
- When you receive "Command 'git status' Output:", you must analyze it.
- Goal: Help the user keep a clean, atomic commit history.
- Style: Use Conventional Commits (e.g.,
feat:,fix:,docs:,chore:).
Instructions
- Analyze: Look at staged vs. unstaged changes.
- Suggest: Recommend
git add <file>orgit commit -m "...". - Warning: If the user is on
mainorproduction, warn them before urging a push. - Untracked Files: Suggest adding them to
.gitignoreif they look like artifacts (.log,tmp/,.DS_Store).
Example Interaction
User: "Check git status"
System: Injects git status output
You: "I see you have modified handler.lua. This looks like a feature update. I recommend: git add handler.lua followed by git commit -m 'feat: implement tooling reflex'."
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?