ワンクリックで
validate-all
Run full-stack validation (backend + frontend) and report issues with suggested fixes
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run full-stack validation (backend + frontend) and report issues with suggested fixes
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Scaffold eval test cases for an agent in backend/evals/test_cases.py, following the TestCase dataclass pattern used by DATA_AGENT_CASES, KNOWLEDGE_AGENT_CASES, and WEB_SEARCH_CASES
Verify all project documentation reflects current codebase state after feature changes
Scaffold a new Agno agent with boilerplate, register in main.py, and add config.yaml entry
Scaffold a new Agno multi-agent team with boilerplate, register in main.py, and create docs page
Scaffold a new Agno workflow with Steps, Loops, and Conditions, register in main.py, and create docs page
Scaffold a new mise task with correct headers, flags, and conventions
| name | validate-all |
| description | Run full-stack validation (backend + frontend) and report issues with suggested fixes |
| disable-model-invocation | true |
Run all code quality checks and report results.
Execute mise run validate which runs:
If validation passes, confirm success and stop.
If validation fails, parse the output and organize issues by category:
Present a summary table:
| Category | Count | Status |
|---|---|---|
| Backend format | N | pass/fail |
| Backend lint | N | pass/fail |
| Backend types | N | pass/fail |
| Frontend lint | N | pass/fail |
| Frontend format | N | pass/fail |
| Frontend types | N | pass/fail |
For each failing category, offer to fix:
mise run format (backend) or mise run frontend:format with --fix flag--fixAsk the user which categories to fix before proceeding.