chore(changelog-drafter): add post-run critique section#77
Open
shivamsingh-007 wants to merge 3 commits into
Open
chore(changelog-drafter): add post-run critique section#77shivamsingh-007 wants to merge 3 commits into
shivamsingh-007 wants to merge 3 commits into
Conversation
Adds a Post-Run Critique step to capture missed items, false positives, grouping issues, retries, and prompt/policy adjustments after each draft run. Includes example in the starter state file and a failure mode row.
There was a problem hiding this comment.
Pull request overview
Adds a “Post-Run Critique” step to the changelog-drafter pattern so operators can capture what the previous draft missed/misclassified and carry concrete improvements into the next run.
Changes:
- Adds a Post-Run Critique step and guidance to
patterns/changelog-drafter.md. - Adds an example Post-Run Critique block to the changelog-drafter state starter.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| starters/changelog-drafter/changelog-drafter-state.md.example | Adds an example “Post-Run Critique” section to the state template. |
| patterns/changelog-drafter.md | Documents the Post-Run Critique step and adds a related failure-mode mitigation. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
| ## Recently Published | ||
| - v2.14.0 — published 2026-06-01 (human reviewed draft) | ||
|
|
||
| ## Post-Run Critique (from last run) |
|
|
||
| ## Post-Run Critique | ||
|
|
||
| After the human reviews the draft, the human reviewer or operator records what the previous run missed or misclassified so the next run improves. This captures review findings from the last draft run. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add post-run critique step to the Changelog Drafter pattern. After human review, the operator records missed items, false positives, grouping issues, retries, and prompt/policy adjustments so the next run benefits from past feedback. No auto-publish changes — report-only stays report-only.
Changes
patterns/changelog-drafter.md— added step 8, Post-Run Critique section, failure mode rowstarters/changelog-drafter/changelog-drafter-state.md.example— added example critique blockChecklist (from CONTRIBUTING)
STATE.mdexamples use.examplesuffix (unchanged)docs/safety.md(pattern already references it)node tools/loop-audit/dist/cli.js .and addressed findingsTesting / Dogfood
loop-auditpasses on this repo (score: 100/100, L3)Screenshots / Examples
N/A — doc-only change. See the example critique block in
starters/changelog-drafter/changelog-drafter-state.md.example.