agentsclimarketplace

Pr summary

Skill fusengine/agents/plugins/ai-pilot/skills/pr-summary

Redefining development through cognitive automation and collaborative agent systems.

Install
npx -y skills add fusengine/agents --skill pr-summary

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 22 stars22 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Summarize current pull request with diff, comments, and changed files. Use when reviewing PRs or before merging.

SKILL.md

1.5 KB, as published. Nobody here has run it

<objective> PR Summary produces a structured overview of the current pull request from `gh pr diff`, `gh pr view --comments`, and `gh pr status`: what the PR does, the key file-level changes, potential risks (breaking changes, security concerns), and what a reviewer should check carefully. It runs in a forked context via the `explore-codebase` agent so the full diff and comment thread don't pollute the parent conversation. </objective>

PR Summary Skill

Summarize the current pull request.

Pull Request Context

  • PR diff: !gh pr diff
  • PR comments: !gh pr view --comments
  • Changed files: !gh pr diff --name-only
  • PR status: !gh pr status

Task

Analyze this pull request and provide:

  1. Overview - What does this PR do?
  2. Key Changes - Main files and modifications
  3. Potential Risks - Breaking changes, security concerns
  4. Review Recommendations - What to check carefully

Output Format

## PR Summary: [Title]

### Overview
[1-2 sentences]

### Key Changes
- [file]: [change description]
- ...

### Risks
- [risk if any]

### Recommendations
- [what to verify]

Debug

  • Session: ${CLAUDE_SESSION_ID}
  • Timestamp: !date +%Y-%m-%d_%H:%M:%S

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.