Skip to content

Sync Kaizen shared skills - #42

Merged
s-hiraoku merged 1 commit into
mainfrom
codex/sync-kaizen-shared-skills
Jul 21, 2026
Merged

Sync Kaizen shared skills#42
s-hiraoku merged 1 commit into
mainfrom
codex/sync-kaizen-shared-skills

Conversation

@s-hiraoku

Copy link
Copy Markdown
Contributor

Summary

  • Sync shared Kaizen Agents skills from kaizen-agents-org/.github.
  • Keep issue-linked PR and bug-routing workflows available in this repository.

Verification

  • Automated sync copied the shared skill directories.

Generated by the shared-skill sync workflow.

Closes kaizen-agents-org/.github#153

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@coderabbitai

coderabbitai Bot commented Jul 20, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@s-hiraoku, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 58 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 8d5e7bc6-08e2-415d-9ec6-b3bf4ee7ea31

📥 Commits

Reviewing files that changed from the base of the PR and between 985f9ea and 042f323.

📒 Files selected for processing (2)
  • skills/kaizen-bug-router/SKILL.md
  • skills/pr-guardian/references/pr-feedback-audit.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/sync-kaizen-shared-skills

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@s-hiraoku
s-hiraoku merged commit f492b4c into main Jul 21, 2026
1 of 2 checks passed
@s-hiraoku

Copy link
Copy Markdown
Contributor Author

@codex review

@s-hiraoku

Copy link
Copy Markdown
Contributor Author

@coderabbitai review

@coderabbitai

coderabbitai Bot commented Jul 21, 2026

Copy link
Copy Markdown
✅ Action performed

Review finished.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@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: f492b4c52d

ℹ️ 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".

echo 'reviewThreads returned an invalid or incomplete response' >&2
exit 1
fi
page="$(gh "${args[@]}")"

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 Fail closed when feedback GraphQL fetches fail

With this unguarded command substitution (and the same pattern in the nested comment loop), an auth, rate-limit, or GraphQL failure leaves page empty or shaped like an error response; the following jq -r ...hasNextPage then yields an empty string/null, so the loop breaks and the guardian can report zero unresolved feedback instead of blocking as an incomplete audit. The repo requires the vendored PR guardian to keep running until a PR is truly mergeable, so this should fail closed and validate the response before continuing.

Useful? React with 👍 / 👎.

gh api --paginate 'repos/<owner>/<repo>/commits/<head-sha>/check-runs?per_page=100'
gh api --paginate 'repos/<head-owner>/<head-repo>/commits/<head-sha>/check-runs?per_page=100' # when different
gh api --paginate 'repos/<check-run-owner>/<check-run-repo>/check-runs/<check-run-id>/annotations?per_page=100'
gh api --paginate 'repos/<owner>/<repo>/check-runs/<check-run-id>/annotations?per_page=100'

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 Audit check runs in the head repository

For fork PRs where checks are created in the head repository, hard-coding annotation fetches to <owner>/<repo> misses those runs or fetches annotations from the wrong repository; GitHub documents Checks API lookups as repository-scoped and notes they only look in the repository where the check suite or run was created (docs). The guardian can therefore report no actionable check annotations even though head-repo CI produced findings, so retain the head repository from the PR query and fetch annotations from the repository that returned each run.

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.

Align trusted automation labels with the kaizen:ready selection gate

2 participants