Generate a status report across all workstreams using git history and GitHub issues. Shows active work, recent changes, and open PRs.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add Kastalien-Research/thoughtbox --skill status --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Status?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/kastalien-research-status-thoughtbox)More formats (shields.io, HTML) on the badges page.
---
name: status
description: Generate a status report across all workstreams using git history and GitHub issues. Shows active work, recent changes, and open PRs.
argument-hint: ''
user-invocable: true
allowed-tools: Bash
---
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]
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.