feat: add /mgw:status project dashboard command#41
Merged
snipcodeit merged 1 commit intomainfrom Feb 27, 2026
Merged
Conversation
Adds a read-only status dashboard that shows milestone progress, per-issue pipeline stages, open PRs, and next milestone preview. Supports --json flag for machine-readable output and graceful fallback when no project.json exists. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
snipcodeit
pushed a commit
that referenced
this pull request
Feb 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/mgw:status [milestone_number] [--json]command for project-wide visibility into milestone progress, per-issue pipeline stages, open PRs, and next milestone previewproject.jsonexists (lists open issues and PRs from the API)--jsonflag for machine-readable output suitable for scripting and automationCloses #37
Milestone Context
Changes
commands/status.md— New slash command definition with full dashboard rendering logic.claude/commands/mgw/status.md— Mirror of the above for deployed slash commandscommands/help.md— Added/mgw:statusunder new "Query" section.claude/commands/mgw/help.md— Mirror update matching commands/help.mdREADME.md— Added status command to commands table, project structure listing, and verify outputTest Plan
/mgw:statusin a repo withproject.json— verify milestone progress bar, issue table, and PR list render correctly/mgw:statusin a repo withoutproject.json— verify graceful fallback shows GitHub-only issue/PR listing/mgw:status --json— verify structured JSON output with correct schema/mgw:status 1— verify non-current milestone can be viewed/mgw:help— verify status command appears in the Query sectioncommands/status.mdand.claude/commands/mgw/status.mdare identicalcommands/help.mdand.claude/commands/mgw/help.mdare identical