code-execution-skill

Installation
SKILL.md

Code Execution Skill

Deliver code changes through four ordered stages: planning, execution/building, verification, and review. A stage may begin only when it receives the required handoff artifact from the preceding stage, and it must produce the artifact required by the next stage.

Shared Quality Skill

Stages 3 and 4 both use the existing skills/code-verify-and-clean-skill/ skill. Do not move, copy, rewrite, or otherwise modify that skill as part of this workflow. Treat it as the shared source of truth for verification, cleanup, security, templates, and reporting.

Workflow and Handoffs

Stage Required input Required work Required output / handoff
1. Planning Change request and relevant repository context Define scope, affected files, implementation approach, risks, acceptance criteria, and commands/checks to run. Resolve open questions before implementation. Approved plan
2. Execution / Building Approved plan Implement only the approved scope, make focused changes, and run the applicable build or generation steps. Record files changed, decisions, and any deviations from the plan. Implementation summary
3. Verification Implementation summary and changed code Use skills/code-verify-and-clean-skill/ to run its linting, tests, runtime checks, security checks, and reporting workflow. Capture commands, outcomes, failures, and remaining risks. Verification results
4. Review Implementation summary and verification results Use skills/code-verify-and-clean-skill/ to assess structural-cleanup standards and security-review guidance, complete its review template, and confirm verification evidence is sufficient for the change. Final review findings

Stage 1 — Planning

Installs
3
GitHub Stars
3
First Seen
Aug 10, 2026
code-execution-skill — abozezo-dev/code-quality-skill