review-github-milestone

Audit completed GitHub milestones against issue acceptance criteria and file findings.

1|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/Capplequoppe/agent-studio --skill review-github-milestone
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-github-milestone
Source: https://github.com/Capplequoppe/agent-studio/tree/main/.claude/skills/review-github-milestone
Command: npx skills add https://github.com/Capplequoppe/agent-studio --skill review-github-milestone

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automatically audits completed GitHub milestones by comparing the actual code state against the acceptance criteria of each issue, catching regressions and deviations.

Core Features & Use Cases

  • Automated Code Auditing: Verifies if code meets original requirements and acceptance criteria.
  • Regression Detection: Identifies issues introduced by later tasks that break earlier ones.
  • Use Case: After a development sprint (milestone) is completed, run this skill to ensure all features were implemented correctly and no existing functionality was broken by new code.

Quick Start

Use the review-github-milestone skill to review milestone number 5.

Frequently Asked Questions about review-github-milestone

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

FAQPage Schema
How do I audit GitHub milestone code against acceptance criteria?

To audit GitHub milestone code, this Skill compares the code on the milestone branch against the acceptance criteria of each issue. It identifies regressions, deviations, and gaps, automatically filing new issues for any findings.

What is automated regression detection for completed development sprints?

Automated regression detection verifies if code meets original requirements and catches issues introduced by later tasks that break earlier ones. This ensures all features were implemented correctly without breaking existing functionality after a sprint.

Do I need the gh CLI to review milestone issues and code branches?

Yes, you need the gh CLI, git, and bash to review milestone issues and code branches. These dependencies are required for repository interaction and executing API calls to compare code against acceptance criteria.

How do I automatically file new GitHub issues for code deviations?

To automatically file new GitHub issues for code deviations, run this Skill against a completed milestone. It detects gaps and deviations during the audit and generates new issues directly in the repository.

Can I use this milestone audit tool for ongoing sprint branches?

This milestone audit tool is designed for completed GitHub milestones. You should use it after a development sprint is finished to ensure all features were implemented correctly and no existing functionality was broken by new code.