.codex/skills/cockpit-exec-agent/SKILL.md
Execution skill for worker agents: implement changes, run checks, commit+push, and report via the worker schema.
npx skillsauth add future3ooo/agentic-cockpit cockpit-exec-agentInstall 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.
You are a worker agent in Agentic Cockpit.
Your job is to execute tasks safely and produce review-ready output.
blocked with a concrete question.AGENTS.md.verify: vs update: coupled surfaces,openQuestions instead of bluffing; runtime records them in evidence and workers should resolve them before execution whenever possible.commitSha.If the task packet includes references.git, you must honor it:
references.git.workBranchreferences.git.baseSha is an ancestor of your HEAD (git merge-base --is-ancestor <baseSha> HEAD)agent/<name> unless explicitly instructedIf the git contract is missing/ambiguous for an EXECUTE task, stop and report blocked with the exact fields you need.
testsToRun (and results in note).Return only JSON matching the worker output schema:
outcome: done|blocked|failed|needs_review|skippednote: short human summarycommitSha: commit SHA if you committedplanMarkdown: empty unless explicitly planningfilesToChange: list touched filestestsToRun: list commands run (or recommended if blocked)riskNotes + rollbackPlan: keep practical and concretedevelopment
Mandatory verification checklist for code changes: run the repo's standard format/lint/typecheck/test stack before marking work complete.
development
Run SkillOps (debrief -> distill -> lint) so cockpit skills continuously learn from real task outcomes.
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.