next-steps

Analyze repository Git state and GitHub data to recommend prioritized next steps.

3|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/lucasilverentand/skills --skill next-steps
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: next-steps
Source: https://github.com/lucasilverentand/skills/tree/main/skills/development/next-steps
Command: npx skills add https://github.com/lucasilverentand/skills --skill next-steps

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill analyzes the current repository state and provides a prioritized set of next steps to maximize impact and reduce context-switching.

Core Features & Use Cases

  • Analyze Git state (branch, status, stash) and recent commits to surface what to work on next.
  • Generate a concise top-3 to top-5 action list for triage, planning sessions, or onboarding a new contributor.
  • Improve workflow planning by aligning tasks with milestones, PRs, and issues to unblock teams.

Quick Start

Run the next-steps skill on your repository to receive a prioritized action list. The skill analyzes Git state, open issues/PRs, and recent activity to prioritize work. To start, simply invoke the skill in your project workspace and review the 3–5 recommended tasks.

Frequently Asked Questions about next-steps

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

FAQPage Schema
How do I prioritize my next tasks in a Git repository?▼

To prioritize your next tasks in a Git repository, you analyze the current Git state, recent commits, and optional GitHub data like PRs and issues. This approach scores items to recommend the highest-impact next steps for your work session.

What is the best way to triage GitHub issues and pull requests?▼

The best way to triage GitHub issues and pull requests is to analyze repository activity and align tasks with milestones. This generates a concise top-3 to top-5 action list that surfaces what to work on next to unblock teams.

Can I use repository state analysis for onboarding a new contributor?▼

Yes, you can use repository state analysis for onboarding a new contributor. By evaluating Git status, open issues, and recent commits, it generates a prioritized action list that helps newcomers identify high-impact work immediately.

How does analyzing recent commits help with workflow planning?▼

Analyzing recent commits helps with workflow planning by revealing current development momentum and repository state. This context allows you to align tasks with open PRs and issues, reducing context-switching and unblocking teams.

Do I need GitHub issues and PRs to analyze my repository state?▼

No, you do not need GitHub issues and PRs to analyze your repository state. GitHub data is optional; the analysis relies primarily on the repository's Git state, including branch, status, stash, and recent commits.