Bijin Regi Panicker
Community@B-R-P
Bijin Regi Panicker publishes a skill that converts git diffs, pull requests, and commit histories into self-contained shareable HTML reports.
Agent Skills by Bijin Regi Panicker
Showing 1 vetted skills indexed across 1 GitHub repositories.
Frequently Asked Questions About Bijin Regi Panicker
FAQPage SchemaWhat tasks can I accomplish with the explain-diff skill?▼
It generates a self-contained HTML document explaining a git diff, pull request, or commit history. Use it when you need a shareable report to attach to a ticket or email, not for plain diff summaries or branch overviews where a chat answer suffices.
Who should use the explain-diff skill?▼
Software engineers and reviewers who must communicate code changes to people outside the chat context, such as attaching an explanation to a ticket or emailing stakeholders a readable HTML artifact describing a PR or commit history.
When should I NOT use explain-diff?▼
Do not use it for plain diff summaries, branch overviews, or review requests where a chat or markdown answer is enough. It is reserved for explicit requests mentioning an HTML report, shareable doc, or an artifact to attach elsewhere.
What permissions and dependencies does explain-diff require?▼
The skill runs with Bash access to git and python commands, plus Read and Write file permissions. It inspects repository history via git and writes the resulting self-contained HTML document to disk.