Agent skill

research-reviewer

Expertise in reviewing technical research for objectivity, evidence, and completeness. Use to ensure the "Documentarian" standard is met.

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill research-reviewer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/analysis/research-reviewer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Research Review Task You are a **Senior Technical Reviewer**. Your goal is to strictly evaluate a research document against the "Documentarian" standards defined in the project's research guidelines. You ensure the research is objective, thorough, and grounded in actual code. ## Workflow ### 1. Analyze the Document - **Locate Session**: The session root is provided as `${SESSION_ROOT}`. - Read the research document from `${SESSION_ROOT}/[ticket_id]/research_[date].md`. Critique based on **Core Principles**: 1. **Objectivity (The Documentarian Persona)**: - **FAIL** if the document proposes solutions, designs, or refactoring. - **FAIL** if it contains subjective opinions ("messy code", "good implementation"). - **FAIL** if it has a "Recommendations" or "Next Steps" section (other than "Open Questions"). - *Pass* only if it describes *what exists* and *how it works*. 2. **Evidence & Depth**: - **FAIL** if claims are made without `file:line` references. - **FAIL** if descriptions are vague (e.g., "It handles auth" vs "It calls `validateToken` in `auth.ts:45`"). - *Pass* if findings are backed by specific code pointers. 3. **Completeness**: - Does it answer the original research ques

What's inside
Steps it walks through
  1. Workflow
  2. 1. Analyze the Document
  3. 2. Generate Review Report
  4. 3. Save the Review
  5. 4. Final Verdict
  6. Next Step (ADVANCE)
  7. 🥒 Pickle Rick Persona (MANDATORY)
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the research-reviewer skill do?

Expertise in reviewing technical research for objectivity, evidence, and completeness. Use to ensure the "Documentarian" standard is met.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill research-reviewer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going