← Back to list

development-workflow-standards
by ms2sato
Web console for managing multiple AI coding agents across git worktrees
⭐ 2🍴 0📅 Jan 14, 2026
SKILL.md
name: development-workflow-standards description: Development process rules for this project including testing, branching, and commit standards. Use when implementing features, fixing bugs, or making any code changes.
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.
Score
Total Score
65/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon


