Blast — Documentation skill for Claude Code
Symbol-level changelog of the current branch (or arbitrary files).
How to install Blast
Installs to ~/.claude/skills/droidnoob-hew-blast/SKILL.md
mkdir -p ~/.claude/skills/droidnoob-hew-blast && curl -fsSL https://raw.githubusercontent.com/droidnoob/hew/HEAD/commands/blast.md -o ~/.claude/skills/droidnoob-hew-blast/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Blast does
description: Symbol-level changelog of the current branch (or arbitrary files). Wraps `hew blast`.
Invoke the hew-blast skill / surface. Walks the current branch's diff against `main` (or a `--base ` you pass) and prints, per file, the symbols whose definitions overlap a hunk. Different from `git diff` — answers *which functions / classes actually changed*, not *which lines moved*.
Three input modes:
- No args → scan everything in
git diff ...HEAD. - Positional files → in
Alternatives in Documentation
- Documentation Sync — Check if documentation matches the current code state 5.8k ★
- Save — Save the current conversation or a specific insight into the wiki vault as a structured note 3.3k ★
- Changelog Update — Hydrogen Upgrade Command Changelog Update - Optimized for Claude 2.1k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
99 Release
MoAI-ADK production release via Enhanced GitHub Flow (CLAUDE.local.md §18). Creates release/vX.Y.Z branch, ver
Maintainer Work
Take a reported issue through the maintenance loop — confirm, verify against source-of-truth, fix, PR into dev
Explain Plan
Convert a plan doc into a self-contained interactive HTML explanation (Mermaid diagrams, blast-radius map, ste
Root Docs Creator
Create root-level project documentation
Competitor Event Map
An agent skill that maps which events, conferences and communities your competitors sponsor, at what commitmen
Wato Memory Review Workflow
Edit a Wato team's memory wiki on the draft branch, submit it for review, and merge the proposal into reviewed
Related Agents
Tp Impact Analyzer
PROACTIVELY use this when the user asks "what will break if I change X", "who depends on this", or is about to
Impact Auditor
Refactor blast-radius auditor. Given a target symbol or refactor finding, lists every caller, classifies its e
Iac Engineer
Authors and edits Terraform for Northstar — writes HCL in infra/, runs plan and validate, reviews the plan for