Agent skill
development-workflow-standards
Development process rules for this project including testing, branching, and commit standards. Use when implementing features, fixing bugs, or making any code changes.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/development-workflow-standards
SKILL.md
Development Workflow Standards
Refer to development-workflow-standards.md for detailed rules.
Key Rules
- Testing with code changes: Always update or add tests. Code without tests is incomplete.
- TDD for bug fixes: Write a failing test first, then implement the fix.
- GitHub-Flow: Always
git fetch originthen branch fromorigin/main. - Conflict assessment: Before PR, check conflicts with latest main. If severe, propose re-implementation.
- Never merge PRs: Merging is always the user's decision.
- Verification: Run
bun run testandbun run typecheckbefore completing changes.
Didn't find tool you were looking for?