Conversation
## Summary - combine the review wait command and its terminal-outcome guidance into one procedure step - renumber the remaining review-loop steps - regenerate the Copilot and Claude skill distributions ## Why PhotoCleaner PR #69 exposed that two adjacent numbered steps both instructed the reader to wait. The second was explanatory text for the first, but its numbering made the procedure look like two separate waits. ## Verification - full `OPERATIONS.md` local verification chain - 727 unit tests plus audit and write-guard self-tests - generated skill distribution consistency - repository and prose gates - JSON and spec validation - editorconfig-checker, ShellCheck, and PSScriptAnalyzer --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: ptr727-codegen[bot] <275599072+ptr727-codegen[bot]@users.noreply.github.com> Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the PR review conduct guidance to remove the redundant “wait” step by folding its explanatory text into the scripts/pr_review.py wait step, and propagates the same change through the generated skill distributions.
Changes:
- Consolidate the “review wait” guidance into a single numbered step in
pr-review-conductskill documentation. - Regenerate the mirrored skill copies under
.agents/and.claude-plugin/. - Update the
.claude-pluginsource digest to match the regenerated distribution.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/skills/pr-review-conduct/SKILL.md | Combines the wait outcome guidance into step 4 and renumbers the remaining steps. |
| .claude-plugin/fleet-skills/skills/pr-review-conduct/SKILL.md | Updates the Claude plugin’s mirrored skill content to match the new single-step wait wording. |
| .claude-plugin/fleet-skills/.source-digest | Refreshes the distribution digest for the regenerated fleet-skills tree. |
| .agents/skills/pr-review-conduct/SKILL.md | Updates the agent skill distribution copy to match the new single-step wait wording. |
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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
developbranch tomainVerification