Skip to content

chore(agent): sync PR delivery policy - #21

Open
cyhhao wants to merge 1 commit into
masterfrom
chore/sync-pr-delivery-skill
Open

chore(agent): sync PR delivery policy#21
cyhhao wants to merge 1 commit into
masterfrom
chore/sync-pr-delivery-skill

Conversation

@cyhhao

@cyhhao cyhhao commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Summary

Scope

  • capability: repository-local PR delivery policy
  • scenario IDs: none; this is workflow documentation only
  • product behavior and dependencies: unchanged

Evidence

  • canonical source: Avibe merge commit 6e0ac9d9d4af9209be22d326d3e1aef1c799766f
  • byte-for-byte policy checksum: d7804f6a4525f04d5ce830778a930280bf40cd5e27b8fd2dae7600067f82197d
  • policy directory contains only SKILL.md; no waiter implementation was copied
  • git diff --check passes
  • unit, contract, and scenario tests: not applicable to documentation-only workflow policy
  • residual manual checks: none

@cyhhao

cyhhao commented Aug 10, 2026

Copy link
Copy Markdown
Contributor Author

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 638e5929c4

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +29 to +30
`background-watch-hook` is unavailable, install or enable it before starting
a review loop, or report the missing dependency as a blocker.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Provide the required watcher skill

The repository-local and enabled skill sets contain no background-watch-hook, but these lines require agents to install or enable it—or stop as blocked—before beginning the review loop. Because AGENTS.md now mandates this delivery skill, including its review and close-out flow, every implementation task in the current environment becomes unable to complete once it reaches that stage. Ship or enable the dependency atomically with this policy, or make the missing watcher non-blocking.

AGENTS.md reference: AGENTS.md:L85-L88

Useful? React with 👍 / 👎.

CI check set is present and fully successful, and
`gh pr view --json mergeStateStatus` == `CLEAN` — so that a check which
errors, returns empty, or omits an expected check reads as *do not merge*.
Then merge with `gh pr merge --match-head-commit <validated-head-sha>` — no

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Specify a noninteractive merge strategy

When an authorized merge targets an ordinary branch without a merge queue, this command does not specify --merge, --squash, or --rebase. The installed gh pr merge --help states that no strategy is required only for merge-queue branches; otherwise this invocation asks What merge method would you like to use?, so an asynchronous/non-TTY agent can fail or stall after successfully passing every gate. Include the repository's intended strategy in the guarded command.

AGENTS.md reference: AGENTS.md:L85-L88

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant