← スキル一覧に戻る
name: exercise-builder
description: |
Add exercises to each tutorial module (inputs, expected outputs, verification steps) and update

exercise-builder
by WILLOSCAR
exercise-builderは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。
⭐ 83🍴 10📅 2026年1月24日
SKILL.md
name: exercise-builder
description: |
Add exercises to each tutorial module (inputs, expected outputs, verification steps) and update outline/module_plan.yml.
Trigger: exercises, practice, verification checklist, 教程练习, 可验证作业.
Use when: 已有模块计划(outline/module_plan.yml),需要为每个模块补齐至少 1 个可验证练习以形成 teaching loop。
Skip if: 还没有 module plan(先跑 module-planner)。
Network: none.
Guardrail: 每个练习必须包含 expected output + verification steps;避免只给“思考题”无验收。
Exercise Builder
Goal: attach at least one verifiable exercise to every module so the tutorial has a teaching loop.
Inputs
outline/module_plan.yml
Outputs
- Updated
outline/module_plan.yml
Exercise schema (recommended)
For each module, add an exercises list. Each exercise should contain:
promptexpected_outputverification_steps(a checklist)
Workflow
- Read
outline/module_plan.ymland enumerate modules. - For each module, design ≥1 exercise that directly verifies the module objectives.
- Ensure every exercise has an expected output and a verification checklist.
- Update
outline/module_plan.ymlin place.
Definition of Done
- Every module in
outline/module_plan.ymlhas ≥1 exercise. - Every exercise includes
expected_output+verification_steps.
Troubleshooting
Issue: exercises are open-ended with no verification
Fix:
- Convert them into “do X → observe Y → verify Z” with concrete artifacts.
Issue: exercises drift from the running example
Fix:
- Re-anchor each exercise to the module’s
running_example_stepsso the tutorial stays coherent.
スコア
総合スコア
70/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
3ヶ月以内に更新
+5
✓フォーク
10回以上フォークされている
+5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です

