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:

  1. Read project tech stack: .workflow/project-tech.json
  2. Read project guidelines: .workflow/project-guidelines.json
  3. Read solution schema: ~/.ccw/workflows/cli-templates/schemas/solution-schema.json

This ensures execution follows project conventions and patterns.

Parameters

  • --queue=<id>: Queue ID to execute (REQUIRED)
Related skills
Installs
16
GitHub Stars
2.0K
First Seen
Feb 5, 2026