Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-tdd-workflow:shipThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Branch: !`git branch --show-current`
git branch --show-currentgit status --shortgit diff --stat HEADgit log --oneline -5Based on the context above:
pnpm lint — if it fails, STOP.pnpm typecheck — if it fails, STOP.pnpm test — if it fails, STOP.feat:, refactor:, fix:)git push -u origin <branch>gh pr create --title "<title>" --body "..."
gh pr merge --squash --auto --delete-branch
Do all of the above in a single response. Do not send any other text besides the tool calls.
npx claudepluginhub mqlstam/claude-plugins --plugin claude-tdd-workflowGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.