Get blueprint changes
Inspect Git history and uncommitted changes to obtain delta in blueprint.From its SKILL.md
npx -y skills add hesprs/harness --skill get-blueprint-changesAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.0 KB, 194 tokens by cl100k_base, as published. Nobody here has run it
Execute the exact steps below without extra steps:
- List Git commit history with commit message headlines using
git log --oneline -n 10. - Find all consecutive
blptcommits starting from the most recent commit. The search should stop at the first non-blptcommit. - Use
git diff <hash of the commit prior than the first blpt>...HEAD -- blueprint/to inspect the cumulative change to the blueprint. - If you find no qualified commits or the Git diff shows empty. Report back: "No committed changes to the blueprint found."
- Read full documents in
blueprintfolder touched by the changes. - Inspect more blueprint to understand the structure of the change if needed.
- Present the user with a detailed synthesis of the meaningful net changes only in blueprint documents, no other fluff. Cover what is added, what is deleted, and what needs change.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.