hiharin

Priori — Development skill for Claude Code

Development community

Show the last spells cast — summarize recent changes.

How to install Priori

Installs to ~/.claude/skills/hiharin-claude-spellbook-priori/SKILL.md

Terminal
mkdir -p ~/.claude/skills/hiharin-claude-spellbook-priori && curl -fsSL https://raw.githubusercontent.com/hiharin/claude-spellbook/HEAD/commands/priori.md -o ~/.claude/skills/hiharin-claude-spellbook-priori/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Priori does


description: Show the last spells cast — summarize recent changes argument-hint: "[count or ref range — optional; defaults to last 20 commits]" allowed-tools: Bash, Read

Cast **Priori Incantatem** over $ARGUMENTS (default: the last 20 commits).

Summarize recent history:

  • the themes of what changed (features, fixes, refactors, deps)
  • notable or risky commits, with hashes
  • files / areas with the most churn
  • anything that looks unfinished, reverted, or hastily merged

Keep it to a tigh

Alternatives in Development

  • Summarize Meeting — Summarize meeting transcripts into structured notes and actions 7.8k ★
  • Summarize Blogs — Blog Post Summary Prompt 3.2k ★
  • Recent Memories — Display the most recent memories and activity from Claude's persistent storage 332 ★

Full documentation available on GitHub

View Source Repository