AgentStack
SKILL verified MIT Self-run

Pr Review

skill-weisser-dev-awesome-opencode-pr-review · by weisser-dev

Structured pull request review with checklist, security scan, and actionable feedback

No reviews yet
0 installs
10 views
0.0% view→install

Install

$ agentstack add skill-weisser-dev-awesome-opencode-pr-review

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Pr Review? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

What I do

  • Perform a structured review of pull request changes
  • Check against a standard review checklist
  • Identify security, performance, and maintainability issues
  • Provide actionable feedback with severity ratings

When to use me

Use this skill when reviewing a PR or when asked to check code changes before merging.

Review Checklist

Code Quality

  • [ ] Code follows project style guide
  • [ ] No unnecessary complexity
  • [ ] Functions/methods are reasonably sized
  • [ ] Clear naming conventions
  • [ ] No code duplication

Security

  • [ ] No hardcoded secrets or credentials
  • [ ] Input validation in place
  • [ ] No SQL injection or XSS vulnerabilities
  • [ ] Proper authentication/authorization checks

Testing

  • [ ] New code has tests
  • [ ] Edge cases covered
  • [ ] Tests are readable and maintainable
  • [ ] No flaky test patterns

Performance

  • [ ] No N+1 queries
  • [ ] Appropriate caching
  • [ ] No unnecessary memory allocations
  • [ ] No blocking operations in async contexts

Documentation

  • [ ] Public APIs documented
  • [ ] Complex logic has comments
  • [ ] README updated if needed
  • [ ] Breaking changes documented

Feedback Format

### [Severity: Critical/Warning/Suggestion] Title

**File:** `path/to/file.ts:42`

**Issue:** Clear description of the problem.

**Suggestion:**
\`\`\`diff
- old code
+ new code
\`\`\`

Process

  1. Read the PR description to understand intent
  2. Review the diff file by file
  3. Check against the review checklist
  4. Write findings sorted by severity
  5. Provide an overall summary with approval recommendation

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.