Agent skill
Finish Work
Run quality gates, commit changes, push branch, and create a pull request.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/finish-work-carrot-foundation-methodology-rules-3
SKILL.md
-
Run quality gates: Execute each check and fix any failures before proceeding.
bashpnpm lint:affected pnpm ts:affected pnpm test:affected -
Fix failures: If any check fails, fix the issue and re-run. Do not skip or ignore failures.
-
Stage and commit:
- Run
git statusandgit diffto review changes - Stage specific files by name (never use
git add .orgit add -A) - Write a conventional commit message:
<type>(<scope>): <description> - Types:
feat,fix,docs,style,refactor,perf,test,chore,revert - Scopes:
nx,rule,shared,script
- Run
-
Push the branch: Run
git push -u origin <branch-name>to push and set the upstream. -
Create the pull request:
bashgh pr create \ -a @me \ -r @carrot-foundation/developers \ --label <label> \ -R carrot-foundation/methodology-rules \ -t "<type>(<scope>): <title>"- Labels:
feature,bug,chore,docs,refactoring - Include a summary of changes in the PR body
- Labels:
-
Verify: Confirm the PR was created successfully and share the PR URL.
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?