src/skills/what-we-done/SKILL.md
Facts-only progress report — commits, PRs merged, issues closed, releases in a time window. No diary, no reflection. Use when user says "what we done", "what shipped", "progress report", "what happened".
npx skillsauth add Soul-Brews-Studio/oracle-skills-cli what-we-doneInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
List what got done. No diary, no reflection — just facts.
/what-we-done # Last 3 hours (default)
/what-we-done 6h # Last 6 hours
/what-we-done 1d # Last 24 hours
/what-we-done 7d # Last week
Default: 3 hours ago. Accept: 3h, 6h, 12h, 1d, 2d, 3d, 7d.
# Commits
git log --since="$SINCE" --oneline --all
# PRs merged
gh pr list --state merged --search "merged:>$DATE" --json number,title \
--jq '.[] | "#\(.number) \(.title)"' 2>/dev/null
# Issues closed
gh issue list --state closed --search "closed:>$DATE" --json number,title \
--jq '.[] | "#\(.number) \(.title)"' 2>/dev/null
# Releases
gh release list --limit 5 2>/dev/null | head -5
## What We Done (last 3h)
### Commits (N)
- abc1234 feat: add /whats-next skill
### PRs Merged (N)
- #106 fix: arra rebrand
### Issues Closed (N)
- #99 refactor: oracle_ -> arra_
### Releases
- v3.3.0-alpha.10
If nothing in a category, skip silently. If nothing at all: "Nothing shipped in the last 3h."
ARGUMENTS: $ARGUMENTS
testing
Cut a beta pre-release — bump CalVer with --beta, PR to beta branch, CI auto-tags + publishes to npm @beta. Use when user says 'release beta', 'cut beta', '/release-beta', or wants to publish a beta version for pre-release testing.
testing
Cut an alpha pre-release — bump CalVer, PR to alpha branch, CI auto-tags + publishes to npm @alpha. Use when user says 'release alpha', 'cut alpha', '/release-alpha', or wants to publish an alpha version.
tools
Talk to another oracle via maw federation. Uses fleet machine names (white, mba, clinic-nat, oracle-world, phaith). Auto-signs with current oracle's [host:handle] from CLAUDE.md. Global — works from any oracle repo.
development
Log information for future reference. Use when user says "fyi", "remember this", "note that", "for your info".