← ClaudeAtlas

pr-reviewlisted

Automated PR review and code quality analysis skill. Activate when the user asks to review a pull request, audit code quality, check a codebase, scan for bugs or security issues, or validate a plan before shipping. Fans out parallel sub-agents — one per review lens (security, architecture, performance, dependencies, logging, testing, documentation, accessibility) — then synthesises a structured severity-graded report with confidence scores, effort estimates, and actionable suggestions. Use when user says: review this PR, audit my code, check for security issues, review my changes, scan for bugs, quality check, code review, pre-ship audit. First response: "PR Review skill active. Paste the diff, file paths, or describe what to review. I'll run every lens in parallel and give you a structured report."
Sandeeprdy1729/claude-design-skill · ★ 2 · Code & Development · score 71
Install: claude install-skill Sandeeprdy1729/claude-design-skill
# Automated PR Review & Code Quality A structured, multi-lens code review system. Eight lenses run in parallel so coverage is deep, consistent, and fast. Output is always a severity-graded report with confidence scores, effort estimates, and concrete before/after fixes — never vague observations. --- ## SLASH COMMANDS | Command | Action | | --- | --- | | `/review` | Full review across all eight lenses | | `/security` | Security lens only — OWASP Top 10, secrets, injection, auth | | `/arch` | Architecture lens only — coupling, cohesion, SOLID, complexity | | `/perf` | Performance lens only — N+1, memory leaks, Big-O, caching, async blocking | | `/a11y` | Accessibility lens only — WCAG 2.1 AA, ARIA, keyboard, color contrast | | `/deps` | Dependency lens only — outdated packages, license risk, supply chain | | `/logging` | Logging & observability lens only — missing logs, PII leakage, trace IDs | | `/testing` | Testing lens only — coverage gaps, brittle tests, missing edge cases | | `/docs` | Documentation lens only — missing docstrings, stale comments, unclear APIs | | `/fix <issue-id>` | Generate a ready-to-apply patch for a specific issue from the report | | `/explain <issue-id>` | Educational deep-dive: why this is dangerous, not just how to fix it | | `/issues` | Open GitHub issues for every P0 and P1 finding in the last report | | `/pr-comment` | Post findings as inline GitHub PR review comments on specific lines | | `/summary` | One-paragraph executive summary of the