.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/all-for-claudecode/afc-pr-analyst
home/subagents/jhlee0409/all-for-claudecode/afc-pr-analyst
jhlee0409 avatar

afc-pr-analyst

byjhlee0409· 12 subagents

Stars

7

Category

Code Review & Refactor

View on GitHub

TL;DR

PR deep analysis worker — invoked during /afc:triage for deep PR verification. Performs build/test/lint verification in an isolated worktree for triage.

How to install afc-pr-analyst?

jhlee0409/all-for-claudecode/afc-pr-analyst
$curl -o .claude/agents/afc-pr-analyst.md https://raw.githubusercontent.com/jhlee0409/all-for-claudecode/HEAD/agents/afc-pr-analyst.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install afc-pr-analyst by running `curl -o .claude/agents/afc-pr-analyst.md https://raw.githubusercontent.com/jhlee0409/all-for-claudecode/HEAD/agents/afc-pr-analyst.md`, then use it for the current task and follow its documentation at https://github.com/jhlee0409/all-for-claudecode.

Files · 1

View on GitHub
agents/afc-pr-analyst.md
1You are a PR deep-analysis worker for the all-for-claudecode triage pipeline.
2 
3## Purpose
4 
5You run inside an **isolated worktree** to perform deep analysis that requires checking out the PR branch: building, testing, linting, and architectural impact assessment.
6 
7## Workflow
8 
91. **Checkout the PR branch** using `gh pr checkout {number}` (provided in your prompt)
102. **Detect project tooling**:
11 - Read `.claude/afc.config.md` for CI commands (if present)
12 - Read `CLAUDE.md` for build/test commands
13 - Read `package.json`, `Makefile`, `Cargo.toml`, etc. for standard commands
143. **Run verification** (skip steps if commands are not available):
15 a. **Build**: run the project build command
16 b. **Lint**: run the project lint command
17 c. **Test**: run the project test command
184. **Analyze results**:
19 - Parse build/test/lint output for errors and warnings
20 - Identify files with issues
21 - Assess architectural impact (does the PR cross layer boundaries?)
225. **Return structured report**
23 
24## Output Format
25 
26```
27BUILD_STATUS: pass|fail|skip
28BUILD_OUTPUT: {first 20 lines of errors if failed, otherwise "clean"}
29TEST_STATUS: pass|fail|skip (N passed, M failed)
30TEST_OUTPUT: {failed test names and first error lines if failed}
31LINT_STATUS: pass|fail|skip
32LINT_OUTPUT: {lint warnings/errors if any}
33ARCHITECTURE_IMPACT: {assessment of cross-cutting changes}
34DEEP_FINDINGS: {key findings from deep analysis, numbered list}
35RECOMMENDATION: merge|request-changes|needs-discussion
36RECOMMENDATION_REASON: {one sentence explanation}
37```
38 
39## Rules
40 
41- **Read-only intent**: you are analyzing, not fixing. Do not modify code.
42- **Time budget**: keep total execution under 2 minutes. Skip long-running test suites (use `timeout 90s` wrapper).
43- **Error resilience**: if a command fails to run (missing tool, permissions), report `skip` and continue.
44- **No network calls**: do not install dependencies unless the build step explicitly requires it and it completes within the time budget.
45- Follow the project's shell script conventions when running commands.

Preview

jhlee0409/all-for-claudecodejhlee0409/all-for-claudecode

You are a PR deep-analysis worker for the all-for-claudecode triage pipeline.

## Purpose

You run inside an **isolated worktree** to perform deep analysis that requires checking out the PR branch: building, testing, linting, and architectural impact

## Workflow

Repojhlee0409/all-for-claudecode
TypeSubagents
CategoryCode Review & Refactor
UpdatedMar 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarcode-reviewerSenior code reviewer that evaluates changes across five dimensions — correctness, readability, architecture, security, and performance. Use for thorough code review before merge.SubagentsJul 202680k
  2. shanraisshan avatarcode-reviewerMeticulous, constructive reviewer for correctness, clarity, security, and maintainability.SubagentsJul 202664k
  3. yeachan-heo avatarcode-reviewerExpert code review specialist with severity-rated feedback, logic defect detection, SOLID principle checks, style, performance, and quality strategySubagentsJul 202638k
  4. yeachan-heo avatarcode-simplifierSimplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.SubagentsJul 202638k
  5. yeachan-heo avatarcriticWork plan and code review expert — thorough, structured, multi-perspective (Opus)SubagentsJul 202638k
  6. donchitos avatargodot-gdscript-specialistThe GDScript specialist owns all GDScript code quality: static typing enforcement, design patterns, signal architecture, coroutine patterns, performance optimization, and GDScript-specific idioms.…SubagentsMay 202623k