issue-execute
Automates the execution of solutions from an issue queue with git commits, supporting batch processing and execution control.
Install this skill
Security score
The issue-execute skill was audited on Feb 12, 2026 and we found 15 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 59 | ```bash |
Template literal with variable interpolation in command context
| 158 | ```bash |
Template literal with variable interpolation in command context
| 232 | const result = shell_command({ command: `ccw issue next --queue ${QUEUE_ID}` }) |
Template literal with variable interpolation in command context
| 447 | console.log(`Strategy selected: ${strategy}`) |
Template literal with variable interpolation in command context
| 462 | explanation: `Starting solution ${item_id}`, |
Template literal with variable interpolation in command context
| 464 | step: `${task.id}: ${task.title}`, |
Template literal with variable interpolation in command context
| 480 | explanation: `Working on ${task.id}: ${task.title}`, |
Template literal with variable interpolation in command context
| 482 | step: `${t.id}: ${t.title}`, |
Template literal with variable interpolation in command context
| 492 | explanation: `Completed ${task.id}: ${task.title}`, |
Template literal with variable interpolation in command context
| 494 | step: `${t.id}: ${t.title}`, |
Template literal with variable interpolation in command context
| 637 | command: `ccw issue done ${item_id} --result '${JSON.stringify({ |
Template literal with variable interpolation in command context
| 673 | command: `ccw issue done S-1 --result '${JSON.stringify({ |
Template literal with variable interpolation in command context
| 711 | command: `ccw issue done ${item_id} --fail --reason '${JSON.stringify({ |
Template literal with variable interpolation in command context
| 728 | const result = shell_command({ command: `ccw issue next --queue ${QUEUE_ID}` }) |
Access to hidden dotfiles in home directory
| 19 | 3. **Read solution schema**: `~/.ccw/workflows/cli-templates/schemas/solution-schema.json` |