mirror of
https://github.com/azaion/gps-denied-onboard.git
synced 2026-04-23 10:06:37 +00:00
6ff14a1a7d
- Vendor local .claude/ command skills (autopilot, plan, implement, etc.) - Add CLAUDE.md pointing slash commands to .claude/commands/*/SKILL.md - Untrack docs-Lokal/ and ignore .planning/ for local-only planning docs - Include next_steps.md pulled from upstream Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
37 lines
695 B
Markdown
37 lines
695 B
Markdown
# Batch Report Template
|
|
|
|
Use this template after each implementation batch completes.
|
|
|
|
---
|
|
|
|
```markdown
|
|
# Batch Report
|
|
|
|
**Batch**: [N]
|
|
**Tasks**: [list of task names]
|
|
**Date**: [YYYY-MM-DD]
|
|
|
|
## Task Results
|
|
|
|
| Task | Status | Files Modified | Tests | Issues |
|
|
|------|--------|---------------|-------|--------|
|
|
| [JIRA-ID]_[name] | Done/Blocked/Partial | [count] files | [X/Y pass] | [count or None] |
|
|
|
|
## Code Review Verdict: [PASS / FAIL / PASS_WITH_WARNINGS]
|
|
|
|
[Link to code review report if FAIL or PASS_WITH_WARNINGS]
|
|
|
|
## Test Suite
|
|
|
|
- Total: [N] tests
|
|
- Passed: [N]
|
|
- Failed: [N]
|
|
- Skipped: [N]
|
|
|
|
## Commit
|
|
|
|
[Suggested commit message]
|
|
|
|
## Next Batch: [task list] or "All tasks complete"
|
|
```
|