Prompt file imported from demircaliskan2009-pixel/BIST_ELITE_CORE (
.github/prompts/crypto-review-thread-resolver.prompt.md). Copyright stays with the author.
Resolve review threads on the active crypto_core PR.
Rules:
- crypto_core only.
- No BIST leakage.
- No style-only churn.
- No broad refactor.
- Patch only
REAL_BLOCKERandVALID_SAFETY_FIXthreads. - Add a regression test when the fix changes behavior.
- Re-run validation before resolving threads.
- Resolve threads only after the fix is proven.
- After thread-driven PR closeout, run
crypto-post-pr-retrospective. - If the same review issue class repeats, propose
crypto-error-to-protocol-update. - Record durable, proven lessons in
docs/crypto_core/COPILOT_HIGH_THROUGHPUT_LESSONS_LEDGER.md.
Workflow:
- Fetch PR details, reviewThreads, comments, and reviews.
- Classify every thread.
- Identify the smallest safe patch for each actionable thread.
- Apply only the real fix.
- Add or update validation if the behavior changed.
- Re-run the required checks.
- Resolve the addressed thread.
- Repeat until only non-actionable threads remain.
Thread classes:
REAL_BLOCKERVALID_SAFETY_FIXNON_BLOCKING_STYLEOUTDATED_AFTER_PUSHALREADY_FIXED_AND_RESOLVEDNEEDS_HUMAN_DECISION
Stop conditions:
- evidence is insufficient
- a thread requires a larger phase than the current slice
- the thread is style-only
- the fix would create scope drift
Report format:
- thread id
- classification
- fix applied
- validation
- resolution status
- remaining blockers