From claude-code-skills
Proactively identify information gaps in project context and generate actionable questions to surface missing requirements, unclear specifications, or documentation gaps
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-code-skills:context-aware-questionsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze project context to surface information gaps and generate prioritized, actionable questions.
Analyze project context to surface information gaps and generate prioritized, actionable questions.
Activate when:
When asked "what am I missing?" or "what questions should I be asking?":
When asked to review a specific issue:
When reviewing a draft (issue, PR, note) before submission:
When asked about documentation completeness:
Questions are categorized and prioritized:
## Information Gaps Found
### High Priority (3)
1. [requirements] Issue #42 lacks acceptance criteria
- Context: "Add login feature" has no definition of done
- Suggested Action: Add checkboxes with acceptance criteria
2. [documentation] No API documentation found
- Context: Project has 15 endpoints but no API reference
- Suggested Action: Create docs/api.md with endpoint documentation
3. [requirements] Issue #38 has vague description
- Context: Description is only 20 characters
- Suggested Action: Expand with problem statement and expected behavior
### Medium Priority (5)
...
npx claudepluginhub britt/claude-code-skills --plugin writing-user-storiesScans GitHub issues, PRs, milestones, docs, and code to flag where plans have drifted from implementation reality. Produces a cited report with prioritized reconstruction steps.
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.