.agents/skills/finish-work/SKILL.md
Run quality gates, commit changes, push branch, and create a pull request.
npx skillsauth add carrot-foundation/methodology-rules Finish WorkInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Run quality gates: Execute each check and fix any failures before proceeding.
pnpm 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:
git status and git diff to review changesgit add . or git add -A)<type>(<scope>): <description>feat, fix, docs, style, refactor, perf, test, chore, revertnx, rule, shared, scriptPush the branch: Run git push -u origin <branch-name> to push and set the upstream.
Create the pull request:
gh pr create \
-a @me \
-r @carrot-foundation/developers \
--label <label> \
-R carrot-foundation/methodology-rules \
-t "<type>(<scope>): <title>"
feature, bug, chore, docs, refactoringVerify: Confirm the PR was created successfully and share the PR URL.
databases
Create and modify Zod schemas for runtime validation with proper type inference.
testing
Write Vitest unit tests following project conventions with proper stubs and assertions.
tools
Autonomously implement a task following project conventions with iterative verification.
testing
Analyze a pull request diff and provide structured feedback on correctness, conventions, and quality.