Issue Type: Task
Priority: Medium
Phase: 3 (Automation & Enforcement)
Depends on: #717, #718
Effort: 1h
Summary
Create test fixtures and examples for PR template validation workflow and agent.
Details
- File:
.github/tests/fixtures/pr-templates/
- Sample PR bodies for each template type (valid and invalid)
- Test cases for workflow validation
- Examples of agent output and corrections
Test Coverage
- Valid PR for each of 9+ template types
- Invalid PRs (missing sections, wrong template, incomplete)
- Edge cases (empty sections, minimal content, etc.)
- Agent auto-fix scenarios
Fixture Structure
.github/tests/fixtures/pr-templates/
├── valid/
│ ├── pr_feature.valid.md
│ ├── pr_bug.valid.md
│ ├── pr_chore.valid.md
│ └── ... (one per template type)
├── invalid/
│ ├── missing-sections.md
│ ├── wrong-template.md
│ ├── incomplete.md
│ └── ...
├── edge-cases/
│ ├── empty-sections.md
│ ├── minimal-content.md
│ └── ...
└── README.md
Acceptance Criteria
Part of: Template Enforcement & Governance project backlog
Issue Type: Task
Priority: Medium
Phase: 3 (Automation & Enforcement)
Depends on: #717, #718
Effort: 1h
Summary
Create test fixtures and examples for PR template validation workflow and agent.
Details
.github/tests/fixtures/pr-templates/Test Coverage
Fixture Structure
Acceptance Criteria
Part of: Template Enforcement & Governance project backlog