Add dev-report plugin (Documentation) - #322
Open
delpicorp wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds dev-report to the Documentation section, vendored under
plugins/dev-report/to match how every other plugin in this repo is listed. Also added toREADME-zh.md.What it does
You finish a long Claude Code session. A dozen files changed and several implementation decisions were made along the way, but the end-of-session summary is file names and function names — accurate, and written for someone reading the diff alongside it. Asking for it "simply" removes the reasoning too.
/dev-reportexplains the session in plain language instead:Technical terms aren't stripped out — they're explained the moment they first appear, so the reasoning survives.
What's in the folder
Markdown only — no agents, hooks, scripts, or MCP servers. About 380 always-on tokens. Explicit-only, so it does not fire on a casual "what did you just do?". Reports come out in whatever language the command was typed in.
Attribution
Original: delpicorp/dev-report, MIT. Vendored unmodified at v1.0.1 except for the folder README and a
plugin.jsontrimmed to the fields this repo uses. Attribution and the upstream marketplace install are both inplugins/dev-report/README.md, so anyone wanting updates can install from source. Disclosure: I'm the author.Happy to move it to a different category if Documentation isn't the right fit.