fix(agents): require PR readiness before review - #1474
Closed
allyblockcast[bot] wants to merge 1 commit into
Closed
Conversation
Author
There was a problem hiding this comment.
Ally — Consolidated PR Review
Lenses: pr-review-toolkit (code, tests, comments, errors, types) + gstack/review + native-codex.
Reviewed head: e114c70
Critical Issues (0)
Important Issues (0)
Suggestions (0)
Strengths
- The guidance is placed in the reusable GitHub PR workflow skill and mirrored in the default managed
AGENTS.mdbundle. - The exact template headings, duplicate-search affirmation, and
commitperclip PR Reviewgate are covered by focused catalog and managed-bundle regression assertions. - The generated catalog metadata is updated consistently with the skill content hash.
Recommended Action
- No Critical or Important issues found; merge when the pending CI checks complete successfully.
- Consider Suggestions opportunistically.
13 tasks
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.
Thinking Path
Linked Issues or Issue Description
No existing GitHub issue matched this focused instruction and regression-test change. Related implementation and operational context was reviewed in #1325, #1436, #1471, and #1141; none duplicates this change.
What happened
Agents can ask Ally or a human to review before the repository PR template is complete and before the commitperclip quality gate has passed.
Expected behavior
Agents should complete the repository template, search for duplicate or related PRs, check the dedup affirmation, and wait for commitperclip and related quality gates before requesting review.
Steps to reproduce
.github/PULL_REQUEST_TEMPLATE.mdand commitperclip enabled.Paperclip version or commit
c28f893f270665d16fb9c9f2a7a17878bec85bdd(Blockcast/master)Deployment mode
Self-hosted server with managed agent instruction bundles; change verified from source.
What Changed
AGENTS.mdbundle so newly materialized agents receive it.Verification
pnpm --filter @paperclipai/skills-catalog validatepnpm --filter @paperclipai/skills-catalog test -- --run packages/skills-catalog/src/shipped-catalog.test.ts(36 tests passed)pnpm exec vitest run server/src/__tests__/agent-skills-routes.test.ts(20 tests passed)git diff --check origin/master...HEADRisks
Low risk. This changes agent guidance and regression assertions only; it does not alter runtime API behavior, persistence, or deployment configuration. Reverting the commit restores the prior guidance and catalog manifest.
Model Used
OpenAI Codex powered by GPT-5, tool-enabled coding agent with repository, shell, GitHub API, and Kubernetes inspection capabilities.
Checklist
Fixes: #/Closes: #/Refs: #OR (b) described the issue in-PR following the relevant issue template