一键导入
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.