From package-manager
Use when reviewing, validating, or checking Claude Code rules/prompts/instructions. Covers: reviewing rules, checking prompt quality, validating instructions, auditing system prompts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/package-manager:rules-reviewerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review Claude Code rules, prompts, and instructions for quality, clarity, and effectiveness. Identify common issues and provide actionable feedback for improvement.
Review Claude Code rules, prompts, and instructions for quality, clarity, and effectiveness. Identify common issues and provide actionable feedback for improvement.
Activate this skill when:
Check for:
Examples:
❌ Poor:
Make sure it works well and handles errors properly.
✅ Good:
Validate all user input before processing. Return clear error messages with:
- Error description
- Expected input format
- How to fix the issue
Check that descriptions include:
❌ Poor:
description: Helps with debugging
✅ Good:
description: This skill should be used when the user asks to "debug this", "find the bug", or "fix this error".
Imperative form:
Objective language:
Check for:
Good structure:
SKILL.md (core essentials)
├── references/
│ ├── patterns.md (detailed patterns)
│ └── advanced.md (advanced techniques)
Look for and flag:
Structure review feedback as:
# Review of [File Name]
## Summary
[One sentence overall assessment]
## Issues Found
### Critical
- [Issue 1 with location]
### Important
- [Issue 2 with location]
### Nice-to-Have
- [Issue 3 with location]
## Recommendations
1. [Specific action]
2. [Specific action]
references/review-checklist.md - Comprehensive review checklistreferences/common-issues.md - Common problems and solutionsnpx claudepluginhub siuninyue/siunin-plugins --plugin package-managerProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.