status

SkillDev tools

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

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the status skill

What this skill tells your AI

The instructions your AI receives, as published by kastalien-research/thoughtbox in .agents/skills/status/SKILL.md and read by ahel’s review.

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]

Signals

GitHub stars
64
Forks
20
Last commit
Jul 2026
Advanced
Catalog kind
skill
Gateway key
status-kastalien-research
Source
github.com/kastalien-research/thoughtbox