skills/retro/SKILL.md
Retrospective — analyze recent work patterns and outcomes from git history.
npx skillsauth add MansoorMajeed/Clawd retroInstall 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.
Analyze recent work patterns to find what's working and what isn't. Default: last 14 days.
Run these to gather data:
# Commits with stats
git log --since="14 days ago" --oneline --stat --no-merges
# Commit count per day
git log --since="14 days ago" --format="%ad" --date=short --no-merges | sort | uniq -c
# Most changed files (hotspots)
git log --since="14 days ago" --name-only --no-merges --format="" | sort | uniq -c | sort -rn | head -20
# Commit type breakdown
git log --since="14 days ago" --oneline --no-merges
docs/plans/Write the retrospective to docs/retros/YYYY-MM-DD-retro.md:
# Retrospective: YYYY-MM-DD
**Period:** [start date] to [end date]
**Commits:** N | **LOC:** +X / -Y | **Fix ratio:** Z%
## What Went Well
- [specific observations with evidence]
## What Didn't Go Well
- [specific observations with evidence]
## Hotspots
| File | Changes | Notes |
|------|---------|-------|
| ... | N | ... |
## Plans vs Reality
- [plan name]: [on track / deviated because...]
## Action Items
- [ ] [specific, actionable improvements for next period]
If prior retros exist in docs/retros/, compare:
Be candid and specific. Use evidence from the git history, not vague impressions.
tools
Allows to interact with web pages by performing actions such as clicking buttons, filling out forms, and navigating links. It works by remote controlling Google Chrome or Chromium browsers using the Chrome DevTools Protocol (CDP). When Claude needs to browse the web, it can use this skill to do so.
development
Update llm-context/ and CLAUDE.md to reflect recent code changes.
tools
Remote control tmux sessions for interactive CLIs (python, gdb, etc.) by sending keystrokes and scraping pane output.
development
Fetch a URL or convert a local file (PDF/DOCX/HTML/etc.) into Markdown using `uvx markitdown`, optionally it can summarize