issue-review-two-phases-3

Coordinate three-phase issue-improvement workflows with explicit user approvals.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/stevenengland/sten-agent-skills --skill issue-review-two-phases-3
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: issue-review-two-phases-3
Source: https://github.com/stevenengland/sten-agent-skills/tree/main/skills/issue-review-two-phases-3
Command: npx skills add https://github.com/stevenengland/sten-agent-skills --skill issue-review-two-phases-3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill coordinates an end-to-end, three-phase workflow to review, approve, and implement improvements on software issues, then commit, push, and close the issue.

Core Features & Use Cases

  • Interactive evaluation: for each suggested improvement, assess value and require explicit user approval before any changes are made.
  • Single-pass implementation: apply all approved changes in Phase 2 in one pass to ensure consistency.
  • Wrap-up and closure: update the issue description with what changed and why, then commit, push the branch, and close the issue after user confirmation.
  • Use Case: when an issue requires multiple incremental improvements and coordinated review before shipping.

Quick Start

Load the plan and begin Phase 1 evaluations to review each suggestion before implementing.

Frequently Asked Questions about issue-review-two-phases-3

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

FAQPage Schema
How do I interactively review and close issues with a phased workflow?▼

To interactively review and close issues, use a phased workflow that evaluates suggested improvements, requires explicit user approval before applying changes, and then commits, pushes, and closes the issue with post-action safety checks.

What is the best way to manage code review and issue management before pushing commits?▼

Managing code review and issue management before pushing commits requires interactive evaluation of each suggested improvement with explicit user approval, followed by a single-pass implementation to ensure consistency before updating and closing the issue.

How does a phased workflow handle pull-request and git-commit operations?▼

A phased workflow handles pull-request and git-commit operations by separating evaluation, implementation, and wrap-up, ensuring all approved changes are applied in one pass before executing the commit, push, and close actions.

Can I prevent unintended modifications during issue triage and implementation?▼

You can prevent unintended modifications during issue triage by using safety checks and requiring explicit phase-based decision prompts before any changes are made, ensuring single-pass implementation only applies approved modifications.

Does issue management workflow support single-pass implementation for multiple improvements?▼

Yes, issue management workflow supports single-pass implementation by applying all approved changes in one pass during the implementation phase, ensuring consistency across multiple incremental improvements before committing and pushing.

When do I need an interactive issue-improvement workflow with explicit approvals?▼

You need an interactive issue-improvement workflow with explicit approvals when an issue requires multiple incremental improvements and coordinated review before shipping, ensuring changes are evaluated and approved phase by phase.