status-reporter

Centralize project status updates across multiple documentation files.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/edumesones/azure--demo --skill status-reporter
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: status-reporter
Source: https://github.com/edumesones/azure--demo/tree/main/.claude/skills/status-reporter
Command: npx skills add https://github.com/edumesones/azure--demo --skill status-reporter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill ensures a single source of truth for project status across all skills by centralizing status updates and logs, eliminating fragmented reporting and misaligned dashboards.

Core Features & Use Cases

  • Automatic status propagation: updates project-status.md, features index, and feature-specific status docs when progress changes.
  • Unified action log: records all status changes in docs/status-log.md for auditability.
  • Integration-ready governance: provides standard update functions to be invoked after tasks, phases, or blockers to keep dashboards synchronized.

Quick Start

Call update_task_complete(feature_id, task_description) after finishing a task, or update_phase_complete(feature_id, phase_name) after completing a phase. Use update_blocker(feature_id, blocker_description) when blockers arise. Ensure all relevant docs reflect the new state.

Frequently Asked Questions about status-reporter

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

FAQPage Schema
How do I maintain consistent project status across multiple skills?▼

You maintain consistent project status across multiple skills by centralizing updates across project-status.md, features index, and status-log.md into a single source of truth, eliminating fragmented reporting.

How do I record timestamped status changes for project auditability?▼

You record timestamped status changes for project auditability by appending entries to a unified action log in status-log.md, ensuring all task completions and blockers are tracked chronologically.

What is the best way to log project blockers and phase completions in markdown?▼

The best way to log project blockers and phase completions in markdown is to invoke standardized update functions that atomically update feature-specific docs and append timestamped records to status-log.md.

Do I need any external dependencies to synchronize project status dashboards?▼

You do not need any external dependencies to synchronize project status dashboards, as this governance mechanism operates independently using standard markdown documentation files for atomic updates.

How do I update feature status docs automatically after finishing a task?▼

You update feature status docs automatically after finishing a task by calling update_task_complete with the feature ID and task description to propagate changes across the project dashboard.

When should I avoid using a centralized status reporting workflow?▼

You should avoid using a centralized status reporting workflow if your project does not require synchronized dashboards or if your team manages progress tracking entirely outside of markdown documentation files.