Back to list
moonbit-community

evolving-workflow

by moonbit-community

3🍴 1📅 Jan 21, 2026

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

TemplateDescription
code_review_botReview code in a repo, generate markdown reports, optionally setup worktrees for AI
pr_review_botReview GitHub PRs, post comments, track state in SQLite to avoid duplicates

Creating Your Own

  1. Copy a template
  2. Modify tasks.mbt to identify your target items
  3. Modify process.mbt to change the AI prompt and verification
  4. Adjust config.mbt for new settings

See each template's README for details.

Score

Total Score

60/100

Based on repository quality metrics

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

Reviews

💬

Reviews coming soon