03 — PR Description
Structured PR body template with mandatory AI disclosure, risk assessment, and verification checklist.
Required Sections
- Summary — One sentence describing the PR
- Type — Feature, Bugfix, Hotfix, Refactor, Documentation, Chore
- AI Disclosure — Must declare AI involvement
- Changes — List of changes
- Testing — Test evidence
- Risk Assessment — Deployment risk and rollback
- Checklist — ODS compliance verification
AI Disclosure
When AI contributed to the PR:
## AI Disclosure
- [x] This PR contains AI-generated code
- **AI Tool:** GitHub Copilot + Claude
- **AI Scope:** Provider configuration, token exchange
- **Human Review:** Verified OAuth spec compliance, added PKCE
CLI Usage
# Validate
ods validate pr --file PR_BODY.md
# Generate template
ods generate pr --ai-tool "GitHub Copilot"