๐Ÿ”
QualityShell

PR Hygiene

by iCodeCraft

PR Hygiene is a Quality skill for Claude Code, published by iCodeCraft in anti-slop.

25 stars2 forkson iCodeCraft/anti-slopAdded 2026/08/11Repository updated 2026/07/23
agent-skillsai-agentsclaude-codecursorvibe-coding
Install in seconds
Install PR Hygiene
Copy PR Hygiene into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/iCodeCraft/anti-slop/tree/main/skills/pr-hygiene ~/.claude/skills/pr-hygiene

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/iCodeCraft/anti-slop.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
skills/pr-hygiene/SKILL.md in iCodeCraft/anti-slop
Installs to
~/.claude/skills/pr-hygiene
Collection
One of 3 skills cataloged from this repository
Category
Quality โ€” 1354 skills

What PR Hygiene does

Turn current work into a pull request that is easy to review: tight scope, clean diff, clear description, and honest test notes. Use when opening a PR or cleaning a branch before review.

PR Hygiene is cataloged under Quality on DirSkills. PR Hygiene comes from a repository tagged agent-skills, ai-agents, claude-code, cursor and vibe-coding.

Documentation

README

PR Hygiene

Turn the current work into a PR a human can review in one pass.

Before opening

  • Branch contains one logical change (or clearly labeled stacked commits)
  • No leftover console.log, debugger, TODO: temp, commented-out blocks you added
  • No unrelated formatting-only churn
  • Secrets, .env, and local-only files are not staged
  • Diff matches the stated goal โ€” nothing "extra helpful"

Description template

Use this structure (adapt section names to the host: GitHub/GitLab):

## Summary
<1โ€“3 bullets: what and why>

## Test plan
- [ ] <how you verified>
- [ ] <edge case worth checking>

## Notes
<risks, follow-ups, screenshots if UI>

Commit / PR title

This is the opening of the README. Read the full README on GitHub.

Frequently asked about PR Hygiene

  • What else does iCodeCraft publish alongside PR Hygiene?

    PR Hygiene is one of 3 skills that DirSkills catalogs from iCodeCraft/anti-slop, the repository it ships in. Its siblings there include Kill Slop and Security Review. Each one is a separate skill with its own page in this directory, installs the same way PR Hygiene does, and is maintained by iCodeCraft in that same repository. The rest of the collection is listed on the iCodeCraft/anti-slop page.

  • How does PR Hygiene compare to other Quality skills?

    PR Hygiene ranks #1324 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of PR Hygiene against them. Open each page to compare what they document and how they install.