.agents/skills/astro-pr-writer/SKILL.md
Write Astro pull request descriptions that help reviewers quickly understand intent, behavior changes, and validation.
Use this skill whenever the user asks for any PR-writing task, including:
Describe the change, how it works, and why it matters.
Changes explains what the fix/feature does.Testing explains how behavior was validated.Docs explains whether user-facing docs changes are needed.Do not use PR sections as a task log.
Use a human, reviewer-friendly title.
Do not use:
fix:, feat:, docs:, etc.)fix(cloudflare): ...)Use this structure:
## Changes
- <Behavior change and why it matters>
- <Implementation detail and impact>
## Testing
- <What scenarios were validated and why this proves the behavior>
- <Key test file/test name where applicable>
## Docs
- <No docs update needed, because ...>
Focus on behavior, implementation approach, and impact.
Include:
Do not include:
Testing)Explain validation quality.
Include:
Do not include:
Explain docs impact clearly.
Changes bullets describe behavior/implementation/impactTesting explains scenarios and outcomes, not shell commandsDocs decision is explicit