Status

Generate a status report across all workstreams using git history and GitHub issues. Shows active work, recent changes, and open PRs.

kastalien-research 27f980a 884 B Updated

File contents

Generate a comprehensive status report by running these checks:

!git log --oneline -10 2>/dev/null || echo "No recent commits"

!git branch -a --sort=-committerdate | head -10 2>/dev/null || echo "No branches"

!gh issue list --limit 10 2>/dev/null || echo "No GitHub issues available"

!gh pr list --limit 10 2>/dev/null || echo "No open PRs"

Summarize findings in this format:

Status Report

Recent Activity

[List recent commits and active branches]

Open PRs

[List open pull requests and their status]

Open Issues

[List open GitHub issues]

Project Health

[Summary of activity level, branch hygiene, PR backlog]

Recommendations

[Suggested next actions based on current state]

kastalien-research/thoughtbox/tree/main/.agents/skills/status commit 27f980a712

Frequently asked questions

npx skillmds@latest add kastalien-research/status