skill-perfection
SolidUse this skill when you need to QA audit and fix a plugin skill file. Provides a methodology for verifying skill content against official documentation, fixing issues in-place, and producing verification reports.
Install
Quality Score: 87/100
Skill Content
Details
- Author
- OmidZamani
- Repository
- OmidZamani/dspy-skills
- Created
- 5 months ago
- Last Updated
- 1 weeks ago
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
skill-health-check
Validate skill quality against routing, progressive loading, and verification criteria. Use when: auditing skills, checking skill health, reviewing skill design. Not for: code review (use codex-code-review) or doc review (use doc-review). Output: health report with per-skill ratings + Gate.
skill-proof
Audit, repair, and prepare Agent Skill folders for publication by checking SKILL.md routing metadata, structure, portability, safety hazards, resource organization, and release evidence. Use when Codex needs to review a skill before GitHub publishing, generate a proof report, create trigger or anti-trigger eval prompts, or help an author make an Agent Skill more reusable and trustworthy.
skill-improve
Improve a skill using a test-fix-retest loop. Runs static checks, proposes targeted fixes, rewrites the skill, re-tests, and keeps or reverts based on score change.