GitHub PR Writer

v1.0.2

Write clear, structured GitHub pull request descriptions using a standardized template. Use when creating a PR, updating a PR description, or when asked to d...

0· 105·1 current·1 all-time
byDeonte Cooper@djc00p
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Skill name/description (generate PR descriptions) aligns with the instructions (run git diff/log to gather context and fill a template). Minor note: metadata declares the gh CLI as required, but the SKILL.md only shows git commands — gh is plausible for PR workflows but is not actually invoked in the provided instructions.
Instruction Scope
Runtime instructions are limited to reading git diffs and commit logs in the repo and filling sections of the included PR template. There are no instructions to read unrelated system files, export data, contact external endpoints, or access environment secrets.
Install Mechanism
No install spec and no code files — instruction-only. Nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no required environment variables or credentials. The operations it recommends (git diff, git log) do not require secrets. If a user chooses to use gh later, that would need GitHub auth, but the skill does not request it.
Persistence & Privilege
Skill is not always-enabled and is user-invocable; it does not request persistent system presence or modify other skills or system-wide settings.
Assessment
This skill is an instruction-only helper that reads your repository history (git diff/log) and formats a PR body using the included template. It does not request credentials or install code. Before using it, confirm your agent will not perform push/merge operations automatically (the README says “Never merge”), and verify whether the agent will actually call the GitHub CLI (gh) in your environment — if so, ensure your GitHub credentials are stored and managed appropriately. If you want to be extra cautious, run the suggested git commands yourself and paste the diff/context into the tool rather than granting the agent direct repo access.

Like a lobster shell, security has layers — review code before you run it.

latestvk978fs0env0kw2hmabz74efb8s84a384

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

📝 Clawdis
OSLinux · macOS · Windows
Binsgh, git

Comments