What problem does it solve?
Analyze a commit’s scope (paths, diff shape, and risk) to recommend which specialized review lenses to run before pushing. Use when preparing to push, selecting review passes for a commit, or when a user asks which reviews, skills, or agents to apply before a push.
Core Features & Use Cases
- Produces a short, ordered plan of which review lenses to run next based on changes.
- Maps changes to Cursor skills under .cursor/skills/<name>/ (even if a lens is missing, it still names the focus to guide manual runs or future additions).
- Serves as an advisory tool that does not execute reviews; it helps orchestration and planning before the push.
- Useful when preparing to push, evaluating a PR, or planning code quality checks with teammates.
Quick Start
Run the skills-advisor on the current diff to generate a short, ordered plan of lenses to apply before pushing.