원클릭으로
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.