review-skill-request

Review Skill request forms and document gaps, risks, and implementation guidance.

Updated May 24, 2026
One-click install
npx skills add https://github.com/empty-can/cc-relative-info --skill review-skill-request
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-skill-request
Source: https://github.com/empty-can/cc-relative-info/tree/main/.claude/skills/review-skill-request
Command: npx skills add https://github.com/empty-can/cc-relative-info --skill review-skill-request

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams catch missing details, unclear requirements, and feasibility issues in a completed Skill request form before implementation begins. It reduces rework by turning vague or inconsistent requests into actionable review feedback.

Core Features & Use Cases

  • Request Form Review: Checks a filled Skill request form for completeness, consistency, and implementation feasibility.
  • Existing Solution Research: Looks for similar Skills in the local kit and related official plugins when available.
  • Structured Review Output: Writes questions, issues, suggestions, and a draft implementation direction into the response file for follow-up.
  • Use Case: When a teammate submits a new Skill proposal, use this Skill to review the request, identify ambiguities, and document whether a similar Skill or plugin already exists before any build work starts.

Quick Start

Ask the agent to run review-skill-request for the target request folder so it can inspect the form and write review feedback into skill-cc-response.md.

Frequently Asked Questions about review-skill-request

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review a Claude Code Skill request form for feasibility before development?

To review a Skill request form, you can use an intake workflow validation process that checks the completed form for completeness, detects ambiguities, assesses implementation feasibility, and writes structured findings into a response file for follow-up.

Can I detect duplicate Skills or official plugins before implementing a new request?

Yes, feasibility assessment includes searching configured Skill and plugin directories to find existing local Skills or related official plugins, documenting any overlaps so teams avoid building redundant solutions before development starts.

What is a Claude Code Skill intake workflow and when do I need it?

A Skill intake workflow is a structured review process needed when a teammate submits a new Skill proposal, designed to catch missing details, unclear requirements, and feasibility issues in the request form before any build work begins.

How do I document gaps and risks in a completed Skill request form?

You document gaps and risks by validating the completed request form, identifying ambiguities, checking for existing solutions, and writing structured questions, issues, suggestions, and implementation direction into a dedicated response file.

What are the limitations of automated requirements analysis for Skill requests?

Automated requirements analysis relies on reading the completed request form and optionally selecting a target folder, meaning it cannot assess risks for missing form inputs and requires configured Skill and plugin directories to exist for accurate overlap detection.

Does review-skill-request work without configuring local Skill and plugin directories?

The Skill can run without configured directories but its existing solution research capability, which searches local kits and official plugins to document overlaps, requires those directories to be properly configured to yield accurate comparison results.