audit-prs

Automate parallel security audits on pull requests across multiple branches.

3|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/adihebbalae/Attacca --skill audit-prs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-prs
Source: https://github.com/adihebbalae/Attacca/tree/main/.claude/skills/audit-prs
Command: npx skills add https://github.com/adihebbalae/Attacca --skill audit-prs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of conducting parallel security audits on pull requests, ensuring that security issues are identified and addressed before merging.

Core Features & Use Cases

  • Parallel Audits: Conducts independent security reviews across multiple branches simultaneously.
  • Classification: Categorizes audits as SIMPLE or COMPLEX based on findings.
  • Integration: Works with various AI coding tools for seamless orchestration.
  • Use Case: Before merging Engineer branches, use this Skill to automatically perform security audits and classify them for further review.

Quick Start

Run /audit-prs branch1 branch2 to audit specific branches.

Frequently Asked Questions about audit-prs

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

FAQPage Schema
How do I automate security audits on multiple pull request branches at the same time?

Audits are classified as SIMPLE or COMPLEX based on the security findings discovered during the branch review. This classification helps determine the level of orchestration needed to resolve the identified code safety issues.

Can I integrate AI coding tools to orchestrate pull request security reviews?

AI coding tools can be integrated to orchestrate the security audit process across pull requests. This integration manages the parallel branch reviews and coordinates actions based on the SIMPLE or COMPLEX security findings classification.

Do I need git to run parallel security audits on pull requests?

Git is required to perform parallel security audits on pull requests. The audit process uses git for branch comparison and executes security classification logic to evaluate code safety across the different branches.

What is the best way to review multiple branches for code safety before merging?

The best way to review multiple branches for code safety is conducting parallel security audits simultaneously. This process independently reviews each branch, classifies findings by complexity, and integrates with AI tools for orchestration.

Why classify pull request security audits as SIMPLE or COMPLEX during parallel reviews?

Classifying parallel security audits as SIMPLE or COMPLEX categorizes the security findings discovered in the pull requests. This classification logic helps prioritize code safety issues and determine the appropriate review orchestration before merging branches.