[agents] Refine review skill wiki-state handling (#147)#174
Merged
Conversation
Contributor
|
🚀 Preview is available for this pull request. |
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.
Related Issue
Motivation / Context
The rigorous pull-request review skill was correctly treating
.github/wikias a high-signal surface, but it could still misread workflow-managed wiki pointer updates as unrelated drift. We also tripped over follow-up work trying to reuse historical branch and PR state after earlier branches had already been deleted. This follow-up teaches the agents to distinguish expected wiki automation state from genuine scope creep and to prefer a new bug issue plus fresh branch/PR when prior work is already closed.Changes
pull-request-reviewto verify wiki preview and wiki maintenance workflow context before flagging.github/wikipointer movement as driftreview-guardianwith the same rulegithub-pull-requestandissue-implementerto check whether earlier PRs are already closed before reusing historical branch namesVerification
composer dev-tools changelog:checkgit diff --checkDocumentation / Generated Output
CHANGELOG.mdChangelog
Unreleasedchangelog entry for this follow-up to Add a rigorous code-review skill and agent for ready PRs #147 so it reflects both the wiki-state reviewer fix and the closed-branch follow-up guard.Reviewer Notes
.github/wikiremains locally modified in the workspace but is intentionally not part of this PR.