feat(auto-dev): needs-info questions are decisions, not essays - #24
Merged
Conversation
A maintainer answering a needs-info comment should be able to decide from one read. The old question template asked only for "specific, numbered" questions, which drifts toward long context-dumps that restate the issue back to the person who filed it — and an ask that takes ten minutes to parse is an ask that sits unanswered, stalling the queue behind it. Give every question a fixed five-part shape — area, user-facing impact, the problem, the options with their tradeoffs, and a recommendation — capped at 300 words each, three questions per comment. Missing-fact asks with no genuine fork keep the first three parts and name the fact needed rather than inventing options to fill the slot. Both triage branches that produce these comments (no-label -> Needs-info and the Needs-info follow-up) point at the shape, so a revised ask stays as tight as the first one.
Greptile SummaryThe PR standardizes Needs-info questions so maintainers can answer them quickly while preserving the separate park-proposal path for design and judgment calls.
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains.
|
| Filename | Overview |
|---|---|
| plugins/auto-dev/skills/auto-dev/SKILL.md | Adds concise top-level guidance for the new Needs-info question structure and word limit. |
| plugins/auto-dev/skills/auto-dev/references/comment-formats.md | Defines the five-part question template, trimming rules, question limit, and pure missing-fact exception while leaving park proposals distinct. |
| plugins/auto-dev/skills/auto-dev/references/triage.md | Applies the new format to initial and follow-up questions while preserving the separate park-proposal branch for maintainer-owned decisions. |
Reviews (2): Last reviewed commit: "fix(auto-dev): keep design forks on the ..." | Re-trigger Greptile
The question branch said "missing facts or a call the maintainer can supply", which made an unlabelled design fork match both it and the park-proposal branch immediately below — two different outcomes for the same issue, with nothing to break the tie. Design forks route to park proposals; that boundary predates this PR and shouldn't be blurred by it. Back to "missing facts". The five-part framing and the 300-word cap are unaffected — they describe how a question is written, not which issues become questions.
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.
What changed
The needs-info question comment auto-dev posts now has a fixed shape, and a word cap.
references/comment-formats.md— the Question comment template is rebuilt around five parts, each question under 300 words:Plus the trimming rules that make the cap reachable: no restating the issue back to the maintainer, no background they already have, no code excerpts, three questions per comment max. A pure missing-fact ask ("which account does this run as?") keeps Area / Impact / Problem and replaces Options / Recommendation with the specific fact needed — rather than inventing a fork to fill the slot.
references/triage.md— both branches that emit these comments point at the shape: no-label → Needs-info, and the Needs-info follow-up ask (so a revised question stays as tight as the first).SKILL.md— one note in the Comment formats section, so the constraint is visible without opening the reference.Why
A maintainer should be able to answer a needs-info comment from one read. The old guidance asked only for "specific, numbered" questions, which drifts toward long context-dumps that restate the issue back to the person who filed it. An ask that takes ten minutes to parse is an ask that sits unanswered — and the issue behind it stalls at Needs-info until it does.
Reviewer notes
version-bump.yml.