Agent skill · Code Review & Quality

response-rater

Rates responses and plans against quality rubrics. Used for plan validation, response quality audits, and multi-agent consensus.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill response-rater-oimiragieo-agent-studio-2 --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
Version: 2.0
Path: skills/ai-llm/response-rater-oimiragieo-agent-studio-2/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

# Response Rater Skill <identity> Response Rater - Rates responses and plans against quality rubrics. Provides scores, feedback, and improvement suggestions. </identity> <capabilities> - Rating responses against rubrics - Validating plan quality - Providing improvement feedback - Generating quality reports </capabilities> <instructions> <execution_process> ### Step 1: Define Rating Rubric Use appropriate rubric for the content type: **For Plans**: | Dimension | Weight | Description | |-----------|--------|-------------| | Completeness | 20% | All required sections present | | Feasibility | 20% | Plan is realistic and achievable | | Risk Mitigation | 20% | Risks identified with mitigations | | Agent Coverage | 20% | Appropriate agents assigned | | Integration | 20% | Fits with existing systems | **For Responses**: | Dimension | Weight | Description | |-----------|--------|-------------| | Correctness | 25% | Technically accurate | | Completeness | 25% | Addresses all requirements | | Clarity | 25% | Easy to understand | | Actionability | 25% | Provides clear next steps | ### Step 2: Evaluate Each Dimension Score each dimension 1-10: ```markdown ## Dimension Scores ### Completeness:

What's inside
Steps it walks through
  1. Step 1: Define Rating Rubric
  2. Step 2: Evaluate Each Dimension
  3. Step 3: Calculate Overall Score
  4. Step 4: Generate Recommendations
  5. Step 5: Make Pass/Fail Decision
  6. Rules
  7. Memory Protocol (MANDATORY)
Ships with 1 file
  • metadata.json
Commands it runs
cat .claude/context/memory/learnings.md
More from claude-skill-registry
All skills →
About this skill
What does the response-rater skill do?

Rates responses and plans against quality rubrics. Used for plan validation, response quality audits, and multi-agent consensus.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill response-rater-oimiragieo-agent-studio-2 --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