reviewing-implementation-progress

Assess in-progress software implementations against feature specifications and generate structured compliance reports.

4|1|Updated Oct 29, 2025
One-click install
npx skills add https://github.com/samjhecht/wrangler --skill reviewing-implementation-progress
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reviewing-implementation-progress
Source: https://github.com/samjhecht/wrangler/tree/main/skills/reviewing-implementation-progress
Command: npx skills add https://github.com/samjhecht/wrangler --skill reviewing-implementation-progress

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a mid-implementation checkpoint that reviews in-progress work against a feature specification, delivering a structured compliance report with categorized issues.

Core Features & Use Cases

  • Baseline comparison: Compare current work against the previously completed task.
  • Issue categorization: Report specification_mismatch, code_quality, testing_deficiency, etc.
  • Actionable guidance: Suggest fixes and next steps to align with the plan.

Quick Start

After completing a milestone, run this review to surface issues before continuing to the next tasks.

Frequently Asked Questions about reviewing-implementation-progress

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

FAQPage Schema
How do I review code against a feature specification during implementation?

Mid-implementation code review compares current work against the feature specification to identify compliance gaps. This Skill assesses changes across code, tests, and documentation, then generates a structured JSON report with a compliant flag and categorized issues including location data and fix guidance.

What's the best way to surface quality issues before moving to the next milestone?

Run a structured checkpoint review after completing a milestone to catch specification mismatches, code quality problems, and testing deficiencies early. This Skill produces actionable issue reports with suggested fixes so you can remediate before continuing.

Can I compare my current implementation against a baseline to find gaps?

Yes. This Skill performs baseline comparison, reviewing changes between your previously completed task and current work to identify deviations from the specification and surface issues that need alignment with the original plan.

How do I categorize and track implementation issues systematically?

This Skill generates a fixed-schema JSON output that categorizes issues by type—specification mismatch, code quality, testing deficiency, and others—with detailed location data and remediation guidance for structured tracking and resolution.

When should I run a quality checkpoint during development?

Run this review at mid-implementation checkpoints after completing a milestone or major feature segment. It's designed to validate progress against specifications before proceeding, reducing rework and ensuring compliance early in the development cycle.