branch-review

Orchestrate parallel security and code-quality audits for branches or pull requests.

16|2|Updated May 26, 2026
One-click install
npx skills add https://github.com/mindfortai/security-skills --skill branch-review-mindfortai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: branch-review
Source: https://github.com/mindfortai/security-skills/tree/main/skills/branch-review
Command: npx skills add https://github.com/mindfortai/security-skills --skill branch-review-mindfortai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pr-review, code-quality, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Manages parallel security and code-quality audits for a branch or PR, ensuring a comprehensive review before merging.

Core Features & Use Cases

  • Parallel Audits: Conducts security and code-quality reviews concurrently.
  • Synthesized Output: Provides a single, prioritized list of merge readiness issues.
  • Use Case: Before merging a feature branch, use this skill to get a consolidated list of security vulnerabilities and code quality issues.

Quick Start

Run the branch-review skill to audit the 'feature-branch' for merge readiness.

Frequently Asked Questions about branch-review

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

FAQPage Schema
How do I run parallel security and code-quality audits for a branch before merging?▼

To run parallel security and code-quality audits, use this skill to orchestrate concurrent review passes on your branch. It synthesizes the results into a single prioritized list of findings to determine merge readiness.

Do I need specific prerequisites to perform a continuous integration branch review?▼

Yes, performing a continuous integration branch review requires both the pr-review and code-quality skills to be installed and configured. These dependencies enable the independent security and code-quality review passes.

What is the best way to consolidate security vulnerabilities and code quality issues from a pull request?▼

The best way to consolidate security vulnerabilities and code quality issues is to run a dual-pass audit. This skill outputs a synthesized, prioritized merge readiness list from both independent review tracks.

How does merge readiness evaluation work for feature branches?▼

Merge readiness evaluation works by conducting two independent review passes on a feature branch, focusing on security and code quality respectively. It then generates a prioritized list of issues to address before merging.

Can I use this approach to check branch security without manually separating code quality checks?▼

Yes, you can check branch security without manual separation because this skill handles two independent review passes concurrently. It automatically aggregates security vulnerabilities and code quality issues into one output.