スキル一覧に戻る
weykon

iterate-check

by weykon

0🍴 1📅 2026年1月12日
GitHubで見るManusで実行

SKILL.md


name: iterate-check description: 迭代开发中的构建验证、功能检查、问题修复 version: 1.0.0 triggers:

  • check build
  • 验证功能
  • run checks references:
  • 00-iterate-guide.md
  • 01-mcp-dispatch.md
  • 02-build-check.md
  • 03-function-check.md
  • 04-issue-fix.md
  • 05-checklist.md

Iterate-Check Skill (Validation & Verification)

This skill validates build status, checks functionality, and fixes issues during development iterations.

v1 edit scope (hard limit)

For validation pass, only modify:

  • Project code files to fix issues identified during validation
  • .create-together/context.json - update validation results
  • .create-together/state.json - update last_check timestamp

Do not:

  • Modify any files in templates/built-in/*
  • Change project structure or architecture
  • Introduce new features during validation
  • Modify MCP configuration files

Dev workflow (required)

  • Before starting: Read state.json to understand current phase
  • Before starting: Read context.json.dev_config to understand integration status
  • After validation:
    • Update context.json.validation_results with latest check results
    • Update context.json.delivery_report with delivery summary (if ready)
    • Update state.json.outputs.iterate-check.last_check
    • Update state.json.outputs.iterate-check.delivery_report + delivery_ready
    • If issues found, apply fixes and re-run validation
    • Keep phase: "iterate-check" (repeatable)

Execution order

  1. Understand validation needs: references/00-iterate-guide.md
  2. Dispatch MCP based on request type: references/01-mcp-dispatch.md
  3. Execute validation:
    • Build check: references/02-build-check.md
    • Function check: references/03-function-check.md
  4. Fix issues if found: references/04-issue-fix.md
  5. Final checklist: references/05-checklist.md

MCP dispatch logic

User request → Skill understands intent → Dispatch to appropriate MCP → Analyze results → Return status

Bundled script

  • dev/scripts/shipany_ai_guard.py - ShipAny AI integration completeness check
  • TODO: scripts/run_check.py - validation automation

スコア

総合スコア

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

レビュー

💬

レビュー機能は近日公開予定です