# Pr Writing

> Write concise, review-ready pull requests with clear scope, testing, and reviewer guidance

- **Type:** Skill
- **Install:** `agentstack add skill-jonathan0823-opencode-config-pr-writing`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Jonathan0823](https://agentstack.voostack.com/s/jonathan0823)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [Jonathan0823](https://github.com/Jonathan0823)
- **Source:** https://github.com/Jonathan0823/opencode-config/tree/main/skills/pr-writing

## Install

```sh
agentstack add skill-jonathan0823-opencode-config-pr-writing
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# PR Writing Skill

## What I do

- Produce clean, review-ready pull request summaries.
- Keep PRs small, focused, and easy to merge.
- Ensure communication includes context, testing, and reviewer focus areas.
- Provide reusable templates for consistent PR quality.

## Workflow

### 1) Communicate early
- Link the related issue (or state why none exists).
- Announce ownership when starting work.
- Clarify scope before implementation.

### 2) Keep scope small
- Fix one problem per PR.
- Avoid bundling unrelated changes.
- Split larger work into logical commits.

### 3) Keep changes clean
- Follow project lint/style rules.
- Preserve existing architecture and patterns.
- Remove dead code and noisy changes.

### 4) Test before opening
- State what you tested (manual + automated).
- Mention environments used.
- Call out known gaps or deferred tests.

### 5) Write the summary for reviewers
Include:
- Related issue/context
- What changed and why
- How it was tested
- What reviewers should focus on
- Notes/risks/migrations (if any)

## PR Body Template

```markdown
## Related issue
- Closes #

## Summary
- 
- 
- 

## Scope
- In scope: 
- Out of scope: 

## Testing
- [ ] Unit tests
- [ ] Integration tests
- [ ] Manual verification

### Test details
- Commands run:
  - ``
- Results:
  - ``

## Reviewer focus
- Please review: 
- Risk areas: 

## Notes
- Migrations/config changes: 
- Follow-ups: 
```

## Quick Quality Checklist

- [ ] Single clear purpose
- [ ] Minimal diff / no unrelated edits
- [ ] Clear commit history
- [ ] Tests described and reproducible
- [ ] Reviewer guidance included
- [ ] Backward compatibility considered

## When to use me

Use this skill when opening a pull request or when improving an existing PR description for faster, higher-quality review.

## Source & license

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

- **Author:** [Jonathan0823](https://github.com/Jonathan0823)
- **Source:** [Jonathan0823/opencode-config](https://github.com/Jonathan0823/opencode-config)
- **License:** MIT

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-jonathan0823-opencode-config-pr-writing
- Seller: https://agentstack.voostack.com/s/jonathan0823
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
