SKILL·596810

panel-review

trailofbits
Updated Today
6,864
588
6,864
View on GitHub
Documentationgeneral

About

The panel-review skill launches parallel specialist agents (naming and TODO auditors) to review code, then merges their findings with any additional defects you observe. Use it when asked to run a panel review for comprehensive, multi-perspective code audits. It automatically dispatches subagents and consolidates their reports while preserving each auditor's severity ratings.

Quick Install

Claude Code

Recommended
Primary
npx skills add trailofbits/skills -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/trailofbits/skills
Git CloneAlternative
git clone https://github.com/trailofbits/skills.git ~/.claude/skills/panel-review

Copy and paste this command in Claude Code to install this skill

Documentation

Panel Review

This review runs as a panel of specialists. Do NOT perform their audits yourself — each auditor applies rules that live only in its own definition, so an inline imitation misses them.

  1. Launch BOTH specialists over the target (Task dispatches):
    • subagent_type: review-panel:naming-auditor — prompt it with the target path and ask for its full naming/codename audit report.
    • subagent_type: review-panel:todo-auditor — prompt it with the target path and ask for its full leftover-marker audit report.
  2. Wait for both reports.
  3. Merge: report every defect either auditor found, keeping each auditor's severity. Add any defect you observed yourself while merging, at your own severity.

GitHub Repository

trailofbits/skills
Path: plugins/code-improver/tests/fixtures/review-panel/skills/panel-review
0
agent-skills
FAQ

Frequently asked questions

What is the panel-review skill?

panel-review is a Claude Skill by trailofbits. Skills package instructions and resources that Claude loads on demand, so Claude can perform panel-review-related tasks without extra prompting.

How do I install panel-review?

Use the install commands on this page: add panel-review to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.

What category does panel-review belong to?

panel-review is in the Documentation category.

Is panel-review free to use?

Yes. panel-review is listed on AIMCP and free to install.

Related Skills

railway-docs
Documentation

This skill fetches current Railway documentation to answer questions about features, functionality, or specific docs URLs. It ensures developers receive accurate, up-to-date information directly from Railway's official sources. Use it when users ask how Railway works or reference Railway documentation.

View skill
n8n-code-python
Documentation

This Claude Skill provides expert guidance for writing Python code in n8n's Code nodes, specifically for using Python's standard library and working with n8n's special syntax like `_input`, `_json`, and `_node`. It helps developers understand Python's limitations within n8n and recommends using JavaScript for most workflows while offering Python solutions for specific data transformation needs.

View skill
archon
Documentation

The Archon skill provides RAG-powered semantic search and project management through a REST API. Use it for querying documentation, managing hierarchical projects/tasks, and performing knowledge retrieval with document upload capabilities. Always prioritize Archon first when searching external documentation before using other sources.

View skill
n8n-code-javascript
Documentation

This Claude Skill provides expert guidance for writing JavaScript code in n8n's Code nodes. It covers essential n8n-specific syntax like `$input`/`$json` variables, HTTP helpers, and DateTime handling, while troubleshooting common errors. Use it when developing n8n workflows that require custom JavaScript processing in Code nodes.

View skill