Prompt: Implement GitHub Project Issue
Use this prompt inside an implementation repository such as anuvax-cms, anuva-python-server, or anuva-unity-video-creator.
List open Anuva Video Creator GitHub Project issues for this repository.
Group the issues by Status and Priority.
For each issue, show:
- issue number and title
- Feature ID
- Product Change Folder
- Docs Impact
- Verification state
- linked PR, if any
Wait for me to choose an issue.
After the user selects an issue, continue with:
Implement the selected GitHub issue.
Use the issue body as the product-main handoff context.
Read this repository's:
- AGENTS.md, if present
- docs/bootstrap/BootstrapContext.md, if present
- docs/process/ChangeWorkflow.md, if present
- local docs under docs/core, docs/state, and docs/process, if present
- relevant source files, tests, and build configuration
If docs/bootstrap/BootstrapContext.md or docs/process/ChangeWorkflow.md is missing, report the gap before implementation.
Classify the work using this repository's docs/process/ChangeWorkflow.md.
Ask only the questions needed before implementation.
Implement the change in this repository only.
Update local docs when behavior, state, process, or verification expectations changed.
Run relevant verification commands or explain why they could not run.
Update or prepare:
- pull request description with completion report
- GitHub issue comment with implementation status
- GitHub Project fields for Status, PR, Verification, and Docs Impact
- product-main progress notes needed by anuva-main-video-creator
Summarize:
- implementation completed
- files changed
- docs updated
- verification run
- GitHub updates made
- updates that still need permission or manual action
Completion Report Shape
Use this structure in the PR description and, when useful, in the issue comment.
Product Feature ID:
Product Change Folder:
GitHub Issue:
Repository:
Implementation Summary:
Files Changed:
Docs Updated:
Verification Run:
Verification Skipped:
Integration Notes for anuva-main-video-creator:
Open Questions:
Follow-ups:
Product-Main Sync Prompt
If the implementation repository cannot directly update anuva-main-video-creator, ask Codex to produce a copyable sync report:
Create a product-main sync report for this completed issue.
The report should be suitable for pasting into Codex in anuva-main-video-creator.
Include:
- product feature id
- product change folder
- repository
- issue
- PR
- final status
- docs updated
- verification result
- integration notes
- remaining product-level gaps