Run validate_skills.py to validate the syntax of Skills/Agents/Commands, fix errors, and record logs. Use this when asked for “validation”, “syntax check”, or “Skills check”.
Skills検証ワークフロー。主成果物はskills_check_log.md(検証レポート)。
./assets/validation_checklist.md を先に読み、検証項目を確認する。cd output/{domain}_agent
python3 scripts/validate_skills.py
All skills passed validation. が出るまで繰り返す。recommended_subagents のQC Subagent(qa-skill-qc)に評価を委譲する。./evaluation/validation_criteria.md をReadし、QCを実施する。subagent_policy:
recommended_subagents:
起動条件に従い、条件を満たすSkillを自動実行する。
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer