pull-request — community pull-request, product-reviews, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Code Review Agents needing streamlined pull request management with focused scope and formatted code. A system for handling product reviews.

entazis entazis
[0]
[0]
Updated: 3/5/2026

Agent Capability Analysis

The pull-request skill by entazis is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Perfect for Code Review Agents needing streamlined pull request management with focused scope and formatted code.

Core Value

Empowers agents to ensure code quality by enforcing pre-flight checks, including gofmt and goimports formatting, and verifying behavior changes through targeted tests, while also handling review mutations with DB transactions and outbox events.

Capabilities Granted for pull-request

Automating code review checks for secrets and credentials
Validating behavior changes through targeted testing
Streamlining review mutations with DB transactions and outbox events

! Prerequisites & Limits

  • Requires adherence to pre-flight checklist
  • Focused scope with no unrelated refactors
  • Limited to handling product reviews and responses
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

pull-request

Install pull-request, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

Pull Request

Pre-flight checklist

  • Scope is focused; no unrelated refactors.
  • Code is formatted (gofmt, goimports).
  • No secrets checked in (env files, credentials, tokens).
  • Behavior changes are tested (at least targeted tests; full suite when appropriate).
  • For review mutations: aggregates update in the same DB transaction and outbox events are emitted (if relevant).
  • Product responses still do not include reviews (if touching product endpoints).

Testing guidance

Default (unit tests, containerized toolchain):

bash
1docker run --rm -v "$PWD":/src -w /src golang:1.25.6-alpine sh -c "go test ./..."

Optional integration concurrency test (when relevant):

bash
1RUN_INTEGRATION=1 docker run --rm -v "$PWD":/src -w /src golang:1.25.6-alpine sh -c "go test ./... -run TestConcurrentReviewCreates_UpdateAggregates"

PR description template

Use this structure:

markdown
1## Summary 2- <What changed and why> 3- <Any user-facing/API impact> 4 5## Test plan 6- [ ] `go test ./...` (or targeted packages) 7- [ ] Manual check: <endpoint / scenario> (if applicable) 8- [ ] Integration test (if applicable) 9 10## Notes 11- <Risks, migrations, rollout considerations>

Review-ready final pass

  1. Re-read the diff like a reviewer.
  2. Ensure errors are handled and logs are not leaking sensitive info.
  3. Ensure docs/config are updated if behavior or env vars changed.

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is pull-request?

Perfect for Code Review Agents needing streamlined pull request management with focused scope and formatted code. A system for handling product reviews.

How do I install pull-request?

Run the command: npx killer-skills add entazis/product-reviews. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for pull-request?

Key use cases include: Automating code review checks for secrets and credentials, Validating behavior changes through targeted testing, Streamlining review mutations with DB transactions and outbox events.

Which IDEs are compatible with pull-request?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for pull-request?

Requires adherence to pre-flight checklist. Focused scope with no unrelated refactors. Limited to handling product reviews and responses.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add entazis/product-reviews. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use pull-request immediately in the current project.

Related Skills

Looking for an alternative to pull-request or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI