← スキル一覧に戻る

workflow-completion
by zerobias-org
⭐ 0🍴 2📅 2026年1月24日
SKILL.md
name: workflow-completion description: Workflow completion standards and success criteria
Workflow Execution Rules
Phase Execution
- Sequential Processing: Execute phases in order
- Context Passing: Read previous phase outputs
- Progress Tracking: Write phase outputs
- Gate Validation: Check before proceeding
- Completion: Create final artifacts
Task Execution Rules
Single Task Execution
- Execute ONLY the requested task
- Stop and return control after completion
- Do NOT auto-continue to next tasks
- Wait for explicit instruction
Failure Handling
- Stop immediately on failure
- Report issue clearly
- Do NOT attempt to fix without permission
- Return control to user
Gate Validation
Required gates in order:
- API Specification: Valid OpenAPI spec
- Type Generation: Types compile
- Implementation: Code complete
- Test Creation: Tests written
- Test Execution: Tests pass
- Build: Project builds
Breaking Changes Policy
Update Workflows
- NO breaking changes allowed
- Preserve ALL existing functionality
- Fail fast on regressions
- Maintain backward compatibility
Fix Workflows
- Breaking changes permitted
- May modify functionality
- Document all changes
- Version bump required
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です