ase-meta-diff
SolidSummarize the currently staged Git changes as a human-readable, intent-grouped narrative. Use when the user wants a concise and brief report of what changed and why. Optionally can check the diff for intent coherence and show a risk and blast radius report.
Code & Development 42 stars
4 forks Updated yesterday Apache-2.0
Install
Quality Score: 80/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
@${CLAUDE_SKILL_DIR}/../../meta/ase-control.md
@${CLAUDE_SKILL_DIR}/../../meta/ase-skill.md
@${CLAUDE_SKILL_DIR}/../../meta/ase-getopt.md
<skill name="ase-meta-diff">
Summarize Diff
</skill>
<expand name="getopt"
arg1="ase-meta-diff"
arg2="--coherence|-c --risk|-r --blast|-b">
$ARGUMENTS
</expand>
<objective>
Summarize the currently staged Git changes into a *concise*,
*human-readable* narrative of what changed and why, *grouped by intent*
rather than by file. Optionally *reconstruct the change's single
intended purpose* and *flag hunks that do not serve it*. Optionally
*score* the diff against a *coupling-criticality-coverage-reversibility*
rubric and emit a *graded risk report* with *mitigations*. Optionally
render a *blast-radius map*.
</objective>
Procedure
---------
<flow>
1. <step id="STEP 1: Determine Change Set">
1. Determine the *diff details* by running the corresponding command
(taken exactly as given) and capturing the full diff output into
<diff/> for the subsequent analysis:
`git diff --cached HEAD`
2. Determine the *diff statistics* by running the corresponding command
(taken exactly as given) and capturing the full stat output into
<stat/> for the subsequent analysis:
`git diff --cached --numstat HEAD`
</step>
2. <step id="STEP 2: Summarize By Intent">
1. <if condition="<diff/> is empty">
Only output the following <template/> and then *STOP* immediately:
...
Details
- Author
- rse
- Repository
- rse/ase
- Created
- 3 months ago
- Last Updated
- yesterday
- Language
- TypeScript
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
Code & Development Solid
ase-meta-review
Perform a holistic, human-reviewer-style critique of the currently staged Git changes and emit an approve/reject verdict with prioritized, severity-tagged, line-cited findings. Use when the user wants the staged diff "reviewed", "critiqued", or "code-reviewed" before committing.
42 Updated yesterday
rse Code & Development Solid
ase-meta-commit
Determine commit message for staged Git changes.
42 Updated yesterday
rse Code & Development Solid
ase-meta-changelog
Update ChangeLog entries in CHANGELOG.md files
42 Updated yesterday
rse