issue-execute
Installation
SKILL.md
Issue Execute (Codex Version)
Core Principle
Serial Execution: Execute solutions ONE BY ONE from the issue queue via ccw issue next. For each solution, complete all tasks sequentially (implement → test → verify), then commit once per solution with formatted summary. Continue autonomously until queue is empty.
Project Context (MANDATORY FIRST STEPS)
Before starting execution, load project context:
- Read project tech stack:
.workflow/project-tech.json - Read project guidelines:
.workflow/project-guidelines.json - Read solution schema:
~/.ccw/workflows/cli-templates/schemas/solution-schema.json
This ensures execution follows project conventions and patterns.