Run the infrastructure health check and fix anything that fails
64
75%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Critical
Do not install without reviewing
Fix and improve this skill with Tessl
tessl review fix ./.agents/skills/source-command-verify-setup/SKILL.mdUse this skill when the user asks to run the migrated source command verify-setup.
Run the Codex infrastructure health check and get it fully green.
Run the health check from the project root:
bash .Codex/scripts/verify-setup.shFor every [FAIL] line, apply the printed fix. Common fixes:
cd .Codex/hooks && npm installchmod +x .Codex/hooks/*.sh.Codex/settings.json or .Codex/skills/skill-rules.json: read the file, find the syntax error (usually a trailing comma), and repair it without changing any settings valuesRe-run the script after each fix until it reports 0 failed.
[WARN] lines are optional features (session intelligence, jq-based file tracking, AI classification keys). Do NOT install API keys or system packages on the user's behalf - summarize what each warning means and let the user decide.
Report the final result to the user: what was broken, what you fixed, and what (if anything) remains as a warning.
07f75ce
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.