asapp-resolve-review-issues

Resolves logged review issues in a TODO.md task with per-issue commits.

Updated Apr 28, 2024
One-click install
npx skills add https://github.com/attrigo/asapp --skill asapp-resolve-review-issues
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asapp-resolve-review-issues
Source: https://github.com/attrigo/asapp/tree/main/.claude/skills/asapp-resolve-review-issues
Command: npx skills add https://github.com/attrigo/asapp --skill asapp-resolve-review-issues

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you work through already-documented review notes under a TODO.md task without drifting into new scope, keeping fixes tightly focused and auditable.

Core Features & Use Cases

  • Task-scoped issue resolution: Locates the exact TODO.md task and processes its nested review bullets in order.
  • Strict one-issue workflow: Handles issues one at a time with explore, propose, approval, apply, and commit stages.
  • Safe implementation gates: Requires user approval before any file changes and commits each resolved issue separately.
  • Delegated investigation and fixes: Uses subagents for context gathering and implementation while keeping the main orchestration clean.
  • Use case: A reviewer has left follow-up bullets beneath a completed task, and you want them resolved and committed without re-running the whole delivery flow.

Quick Start

Use this skill to resolve the review bullets under the specified TODO.md task, then approve each proposed fix before it is applied.

Frequently Asked Questions about asapp-resolve-review-issues

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I resolve code review issues logged in a TODO.md file?

To resolve code review issues in a TODO.md file, this Skill processes nested review bullets one at a time, using subagents to investigate and propose fixes, requiring your approval before applying edits and committing each resolved issue separately.

What is the best way to commit code review follow-ups without expanding scope?

The best way to commit code review follow-ups without scope creep is task-scoped issue resolution, which isolates each fix to a single review bullet and commits it independently to maintain strict auditability.

Can I apply multiple review fixes in a single commit?

No, you cannot apply multiple review fixes in a single commit. The workflow enforces strict one-issue orchestration, requiring exploration, user approval, and exactly one commit per resolved review issue.

How do subagents handle issue triage for review notes?

Subagents handle issue triage by delegating context gathering and implementation tasks, keeping the main orchestration clean while exploring and repairing code for logged review notes.

Do I need to approve file changes before they are applied?

Yes, you must approve all proposed file changes before they are applied. Safe implementation gates require explicit user approval before any edits are made to resolve the current review issue.

When should I not use an automated commit workflow for review issues?

You should not use this automated commit workflow if your review notes are not already logged beneath a TODO.md task, as it requires pre-documented issue bullets to process issues sequentially.