skills-advisor

Analyze commit changes to produce an ordered plan of review lenses.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/cesau78/cesau-skills --skill skills-advisor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills-advisor
Source: https://github.com/cesau78/cesau-skills/tree/main/skills-advisor
Command: npx skills add https://github.com/cesau78/cesau-skills --skill skills-advisor

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about skills-advisor

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

FAQPage Schema
How do I determine which code review lenses to run before a git push?

Analyze commit changes including changed paths, diff shape, and commit intent to generate an ordered plan mapping specific review categories to available lenses for your pre-push review.

What is pre-push change analysis and how does it help review planning?

Pre-push change analysis evaluates commit scope and risk to produce an ordered sequence of review lenses, orchestrating code quality checks and planning before pushing changes to a remote repository.

Can I use this review planner if a specific code review lens is missing?

Yes, the advisory tool supports fallback behavior when a lens is missing by still naming the required focus area to guide manual review runs or future skill additions under the skills directory.

Does the skills-advisor execute code reviews automatically on my diff?

No, the advisor does not execute code reviews automatically. It serves strictly as an advisory orchestration tool that analyzes your diff and recommends the correct review passes to apply manually before pushing.

What inputs are needed to generate a pre-push review plan for my commit?

Required inputs include the commit's changed paths, diff shape, and commit intent. These elements allow the analysis to accurately route and order the correct review lenses for your changes.

When should I run a pre-push review analysis on my git commits?

Run pre-push review analysis when preparing to push, evaluating a pull request, or planning code quality checks with teammates. It is applicable whenever you need to select review passes for a specific commit.