sd0xdev/sd0x-harness

pr-review

PR self-review — review changes, produce checklist, update rules

First seen Apr 20, 2026

Installation

$ npx skills add sd0xdev/sd0x-harness --skill pr-review

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from sd0xdev/sd0x-harness · top by installs.

npx skills add sd0xdev/sd0x-harness

Browse all from sd0xdev/sd0x-harness

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 188
License LICENSE
Default branch main
Open issues 3
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsBash(git:*), Read, Grep, Glob, Edit
Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 918 B
  • docs SUMMARY.md 83 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 14 installs

SKILL.md

PR Self-Review

Trigger

  • Keywords: pr review, pre-pr, review before PR, self-review, pr-review

When NOT to Use

  • Code review by Codex (use /codex-review-fast)
  • Document review (use /codex-review-doc)
  • Risk assessment only (use /risk-assess)

Workflow

  1. Run /risk-assess --mode fast — if High+, auto-escalate to deep mode
  2. Review: correctness, security, performance
  3. PR checklist: tests, rollout, compatibility
  4. Discover new rules -> update CLAUDE.md or .claude/rules/

Output

## Review Notes

- <findings>

## PR Checklist

- [ ] Risk assessment: Low/Medium (or High+ reviewed and acknowledged)
- [ ] Tests pass
- [ ] No breaking changes
- [ ] Docs updated

## Rules Update (if any)

- <proposed patch>