.codex/skills/cockpit-skillops/SKILL.md
Run SkillOps (debrief -> distill -> lint) so cockpit skills continuously learn from real task outcomes.
npx skillsauth add future3ooo/agentic-cockpit cockpit-skillopsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
outcome="done" for autopilot tasks that require SkillOps evidence.node scripts/skillops.mjs debrief --skills <skill-a,skill-b> --title "What changed"
Fast path when the learning is already clear:
node scripts/skillops.mjs debrief --skills <skill-a,skill-b> --skill-update "skill-a:1-line rule" --title "What changed"node scripts/skillops.mjs distillnode scripts/skillops.mjs linttestsToRun.artifacts (under .codex/skill-ops/logs/...).distill is non-durable. Do not claim it patched durable skill files.queued logs are non-blocking runtime evidence, not removable dirt; runtime retires them only after processed mark-back succeeds.skillops-promotion lane and later promotes the heuristic on the promotion PR branch.development
Mandatory verification checklist for code changes: run the repo's standard format/lint/typecheck/test stack before marking work complete.
testing
QA skill: reproduce issues, write clear steps, and validate fixes (locally or via E2E when available).
testing
Hard gate for PR feedback loops: fix, ask re-check, then resolve only after verified closure.
tools
Planning-only skill: produce a dependency-aware plan and acceptance criteria; do not commit.