advise

Analyze git state and workflow signals to recommend prioritized next actions.

Updated Feb 20, 2026
One-click install
npx skills add https://github.com/supertyrelle/pelley --skill advise-supertyrelle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: advise
Source: https://github.com/supertyrelle/pelley/tree/main/skills/advise
Command: npx skills add https://github.com/supertyrelle/pelley --skill advise-supertyrelle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you decide what to work on next by turning the current project state into concrete, prioritized recommendations. It is designed for moments when you need direction at the start of a session, after finishing work, or when reorienting in a new codebase.

Core Features & Use Cases

  • Git-aware guidance: Reviews uncommitted changes, recent commits, and branch context to surface immediate next actions.
  • Session continuity: Uses prior session notes when available to resume unfinished work instead of starting something new.
  • Backlog prioritization: Pulls ready, in-progress, and blocked items to recommend the highest-value task.
  • Signal-based insight: Incorporates workflow signals when available to warn about churn, rushed fixes, or other patterns that deserve attention.
  • Use cases: Choose the next bug fix after a long break, resume interrupted work safely, or get a prioritized plan when a repository feels overloaded.

Quick Start

Ask the advise skill what you should work on next for this repository, optionally naming a focus area such as testing or authentication.

Frequently Asked Questions about advise

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

FAQPage Schema
How do I decide what to work on next in my git repository?

To determine what to work on next, analyze your git state, session continuity, and backlog status to generate prioritized recommendations for urgent actions. This surfaces immediate tasks by reviewing uncommitted changes and recent commits.

What is the best way to resume unfinished coding work after a break?

The best way to resume unfinished coding work is to use prior session notes and git history to restore context. Analyzing session continuity helps safely resume interrupted work instead of starting something new.

How do I prioritize my development backlog effectively?

Prioritize your development backlog by pulling ready, in-progress, and blocked items to recommend the highest-value task. Incorporating workflow signals and git branch context further refines the prioritization of actionable recommendations.

Can I get workflow recommendations when my repository feels overloaded?

Yes, you can get workflow recommendations when your repository feels overloaded by analyzing git state and backlog status. This process ranks actionable recommendations and warns about workflow patterns like churn or rushed fixes that need attention.

Do I need a task-tracking tool to get coding session recommendations?

You do not need a task-tracking tool, as it is optional. The core analysis requires read access to git status and commit history, while session notes, backlog commands, and signal data are optional layers that enhance recommendations.