ralph-get-feature-stats

Extract and summarize project feature statistics from a JSON file.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/Was85/ralph-rlm-agent-framework --skill ralph-get-feature-stats
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ralph-get-feature-stats
Source: https://github.com/Was85/ralph-rlm-agent-framework/tree/main/claude-code/shell/.claude/skills/ralph/get-feature-stats
Command: npx skills add https://github.com/Was85/ralph-rlm-agent-framework --skill ralph-get-feature-stats

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) components.

What problem does it solve?

This Skill provides a quick, digestible overview of a project's feature development status, helping users understand progress without needing to parse the entire feature_list.json file.

Core Features & Use Cases

  • Compact Summary: Generates a concise JSON output containing essential project metadata and feature counts categorized by status (complete, in progress, pending, blocked).
  • Read-Only Operation: Ensures the feature_list.json file remains unmodified.
  • Use Case: At the beginning of each development iteration, use this Skill to get an immediate snapshot of how many features are pending, in progress, or completed, guiding the next steps.

Quick Start

Run the get-feature-stats script to display a summary of your project's features.

Frequently Asked Questions about ralph-get-feature-stats

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

FAQPage Schema
How do I summarize project feature status from a JSON file?

Summarizing project feature status from a JSON file requires a script that parses your data and outputs concise counts of features categorized by complete, in progress, pending, and blocked statuses, providing a quick project progress snapshot.

What is the best way to get a quick feature summary for development iterations?

The best way to get a quick feature summary for development iterations is running a read-only script that extracts feature statistics from your JSON file, immediately showing how many features are pending or completed to guide your next steps.

Do I need jq to extract feature statistics from a JSON file?

Yes, you need jq installed to extract feature statistics from a JSON file. The skill requires jq to parse and reformat the JSON data into a concise reporting output summarizing your project feature statuses.

Can I generate project status reports without modifying the original JSON data?

Yes, you can generate project status reports without modifying the original JSON data. This skill operates in a strictly read-only manner, ensuring your feature_list.json file remains completely unmodified during the summary extraction process.

What feature statuses are included in a JSON project status summary?

A JSON project status summary includes feature counts categorized by four specific statuses: complete, in progress, pending, and blocked. This categorization helps you quickly understand project impediments and overall completion progress.