← スキル一覧に戻る

evolving-workflow
by moonbit-community
⭐ 3🍴 1📅 2026年1月21日
SKILL.md
name: evolving-workflow description: Write auditable, trackable, and repeatable workflows as MoonBit code using the MoonBit Codex SDK. Turn plans into runnable programs that can be reviewed, committed, and improved over time.
Evolving Workflow (Plan-as-Code)
Encode "plans" as runnable MoonBit programs using the Codex SDK. Replace plan text with plan code that humans can audit, version in git, and iterate on.
When to Use
- You need a repeatable workflow (same inputs → same steps)
- You want explicit capability choices per phase (read-only review vs write-enabled fixes)
- You need state persistence across runs (SQLite tracking)
- You want to start small and expand (offset/limit batching)
Templates
| Template | Description |
|---|---|
| code_review_bot | Review code in a repo, generate markdown reports, optionally setup worktrees for AI |
| pr_review_bot | Review GitHub PRs, post comments, track state in SQLite to avoid duplicates |
Creating Your Own
- Copy a template
- Modify
tasks.mbtto identify your target items - Modify
process.mbtto change the AI prompt and verification - Adjust
config.mbtfor new settings
See each template's README for details.
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です