review-agent-branch

Verify ROADMAP claims and run lint/TypeScript checks on a feature branch.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/BeanMap/roasters-hub --skill review-agent-branch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-agent-branch
Source: https://github.com/BeanMap/roasters-hub/tree/main/.claude/skills/review-agent-branch
Command: npx skills add https://github.com/BeanMap/roasters-hub --skill review-agent-branch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews an autonomous agent's feature branch to verify that ROADMAP claims have physical evidence in the codebase and that code quality checks pass before merging.

Core Features & Use Cases

  • Branch diff analysis to identify changed files and commits.
  • Verify ROADMAP claims against actual code changes and detect missing artifacts.
  • Run initial quality checks (lint and TypeScript) and produce a verdict (PASS / PASS WITH FIXES / FAIL).
  • Generate a structured review report for PR merges.

Quick Start

Provide the target branch name and let the skill perform a deterministic review to output a branch verdict.

Frequently Asked Questions about review-agent-branch

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

FAQPage Schema
How do I verify autonomous agent feature branches before merging to main?

Verifying autonomous agent feature branches before merging involves auditing the branch diff to ensure ROADMAP claims have physical evidence and that lint or TypeScript checks pass. This generates a structured review report with a PASS, PASS WITH FIXES, or FAIL verdict.

How does ROADMAP claim verification work for an autonomous agent's pull request?

ROADMAP claim verification works by analyzing the branch diff to identify changed files and commits, then matching those physical code changes against the claims in the ROADMAP to detect missing artifacts before merging to main.

What's the best way to run lint and TypeScript validation on a feature branch?

The best way to run lint and TypeScript validation on a feature branch is to use a deterministic review skill that applies quality gates during PR reviews, analyzing the diff to produce a definitive PASS, PASS WITH FIXES, or FAIL verdict.

Can I check if agent-generated code has physical evidence in the codebase?

Yes, you can check if agent-generated code has physical evidence by running a branch review that verifies ROADMAP claims against actual code changes. It detects missing artifacts and executes deterministic checks to confirm codebase evidence.

Do I need a specific branch name to start a code quality review?

Yes, you need to provide a specific target branch name as input. The review process uses this branch name to execute deterministic checks including diff analysis, ROADMAP claim verification, and lint or TypeScript validation.

What does a PASS WITH FIXES verdict mean during a branch review?

A PASS WITH FIXES verdict indicates that while the branch diff analysis and ROADMAP claim verification succeeded, some initial quality checks like lint or TypeScript validation identified issues requiring corrections before merging.