status

Generate a read-only project status snapshot with backlog, git activity, and churn hotspots.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Status skill gives you a fast, read-only view of a project so you can understand what changed, what matters now, and what to do next without running multiple checks.

Core Features & Use Cases

  • Backlog overview: Summarizes ready work, blocked work, and epic progress so you can choose the next task quickly.
  • Recent activity: Reports the current branch, recent commits, and working tree state to orient you after a break or handoff.
  • Team context: Surfaces session notes and team learnings to make resuming work or coordinating with others easier.
  • Hotspot detection: Highlights files with high churn so you can focus review effort where the codebase is changing most.

Quick Start

Use the status skill to generate a unified system snapshot for the current repository and highlight the most important next actions.

Frequently Asked Questions about status

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

FAQPage Schema
How do I get a quick repository health snapshot before choosing my next task?

A repository health snapshot summarizes backlog metrics, recent git activity, and team learnings in one read-only overview. It helps teams quickly orient around current project state and decide what to work on next without running multiple checks.

What is the best way to track recent git activity and working tree state for a session handoff?

To track recent git activity for a session handoff, you need a unified status report covering the current branch, recent commits, and working tree state. This read-only view surfaces exactly what changed and what matters now, making resuming work much easier.

How do I identify file churn hotspots to focus my code review effort?

Identifying file churn hotspots highlights files with high recent git activity and frequent changes. This allows you to focus code review effort exactly where the codebase is changing most, ensuring quality control over volatile project areas.

Can I generate a project status overview if my backlog or session notes are missing?

You can generate a project status overview even with missing data sources. The collection process handles missing backlogs or session notes gracefully, ensuring you still receive a functional summary of recent activity and available team learnings.

Does a repository diagnostics overview require write access to modify the working tree?

A repository diagnostics overview does not require write access because it generates a strictly read-only view of the project. It safely collects last-session notes, backlog metrics, and recent git activity without modifying any files or repository state.