review-gitlab-epic

Audit completed GitLab epics against issue acceptance criteria and create remediation issues.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of auditing completed GitLab epics by verifying the code on the epic's branch against the acceptance criteria of each associated issue.

Core Features & Use Cases

  • Automated Code Auditing: Compares implemented code against defined requirements for each issue within an epic.
  • Issue Remediation: Automatically creates new GitLab issues for any identified discrepancies or unmet criteria.
  • Use Case: After a development phase for a new feature (represented by an epic) is considered complete, this skill can be used to ensure all aspects of the feature, as defined in individual issues, have been correctly implemented in the code.

Quick Start

Use the review-gitlab-epic skill to review the epic with IID 123.

Frequently Asked Questions about review-gitlab-epic

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

FAQPage Schema
How do I audit GitLab epic branches against acceptance criteria?

To audit GitLab epic branches, this skill fetches epic data, checks out branches, and compares implemented code against each issue's acceptance criteria, automatically generating new GitLab issues for any unmet requirements.

Can I automatically create GitLab issues for unmet acceptance criteria?

Yes, you can automatically create GitLab issues for unmet acceptance criteria. The skill identifies any missing or partially implemented requirements and generates new GitLab issues to track the required remediation work.

How do I verify code implementation matches requirements in a GitLab epic?

To verify code matches requirements, the skill fetches epic data and checks out the branch to compare the implemented code directly against the defined acceptance criteria of each associated issue within the epic.

What do I need to run a GitLab epic code audit?

You need the Git, Glab, and pnpm tools installed in your environment. The skill leverages these tools for deterministic script execution to fetch GitLab epic data, check out branches, and create new issues.

When should I use an epic audit for GitLab issue tracking?

You should use an epic audit when a development phase for a feature is considered complete. It ensures all aspects of the feature defined in individual issues have been correctly implemented in the code before merging.

Does this GitLab epic review work with existing branches and issues?

Yes, it works with existing branches and issues. The skill uses Glab to fetch your current GitLab epic data, checks out the specific epic branch, and evaluates the code against your existing issue acceptance criteria.