status

Summarize lifecycle, sprint, artefact, health, and git state from GSE-One project files.

4|1|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/nicolasguelfi/gensem --skill status-nicolasguelfi
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/nicolasguelfi/gensem/tree/main/gse-one/plugin/skills/status
Command: npx skills add https://github.com/nicolasguelfi/gensem --skill status-nicolasguelfi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps teams informed about project health by consolidating lifecycle, sprint, artefacts, and git state into a single view.

Core Features & Use Cases

  • Read lifecycle and sprint status, artefact inventory, health scores, and Git state to provide a concise project overview.
  • Supports detailed drill-downs with flags like --branches, --worktrees, and --decisions to inspect branches, work trees, and gate decisions.
  • Use Case: A release manager wants a quick health snapshot before planning a sprint review.

Quick Start

Invoke the /gse:status command to display the current lifecycle, sprint state, artefact inventory, health, and git state for the active GSE-One project.

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 project health snapshot before a sprint review?▼

To get a project health snapshot, you can consolidate lifecycle status, sprint progress, artefact inventory, and git state into a single concise overview. This enables quick decision-making and routine health checks for active projects.

What is the best way to check git branches and worktrees for an active project?▼

Checking git branches and worktrees is best done by reading git refs and using specific drill-down flags. This assembles a structured report detailing branch states and work tree configurations for your project.

Can I view gate decisions and artefact inventory in one place?▼

Yes, you can view gate decisions and artefact inventory together by reading project configuration files and using drill-down flags. This consolidates lifecycle data and inventory into a single structured report.

Does the project status overview work with YAML configuration files?▼

Yes, the project status overview reads directly from YAML configuration files like status.yaml and config.yaml. It extracts lifecycle, sprint, and health data to provide a concise project summary.

How do I summarize sprint progress and lifecycle status for a GSE-One project?▼

Summarizing sprint progress and lifecycle status involves reading project metadata, backlog, and git refs. This produces a structured report combining health scores and artefact inventory for quick assessment.