docs: regenerate the skill-triggers block - #458
Merged
Conversation
check_skill_trigger_policy.py failed on main because the generated block in docs/skill-triggers.md lagged the skills on disk, so every PR's make-pr preflight failed on a file the PR never touched. This is the output of scripts/check_skill_trigger_policy.py --write, nothing else. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Gnua5cuAAF1ey1b7zRqJCC Change-Id: I5462317f830a12287fbc5cfd3dff4be8b52e2945
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_544d4ea2-6a6b-47f1-8706-531b11de8a04) |
Contributor
|
Queued — the merge queue status continues in this comment ↓. |
Owner
Author
|
@Mergifyio queue |
Contributor
Merge Queue Status
This pull request spent 7 minutes 3 seconds in the queue, including 5 minutes 51 seconds running CI. Required conditions to merge
|
5 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.
Summary
Every PR's preflight was failing on a generated docs block that had fallen behind the skills on disk.
Regenerating the block clears that failure, for any PR, whether or not it touches skills.
Nothing else changes.
Review Claim
docs/skill-triggers.mdholds the current output ofscripts/check_skill_trigger_policy.py --write, so that gate passes.Review Lane
docs
Review Unit
docs
Safety Invariant
One generated file, written by the repo's own
--writeflag. No skill, script, or hook changes.Slice Rationale
Repo debt found while writing an unrelated rule. It lands on its own so the rule's PR does not carry a docs file, and so any other PR blocked by the same gate is unblocked by one merge.
Non-goals
Test Plan
Test Plan
329c844:python3 scripts/check_skill_trigger_policy.pyprintedfail docs/skill-triggers.md: generated block is stale; run python3 scripts/check_skill_trigger_policy.py --write, exit 1--writeon this branch:ok skill trigger policy, exit 0docs/skill-triggers.md | 4 ++--Revert Plan
Revert Plan
git revert <merge-sha>🤖 Generated with Claude Code
https://claude.ai/code/session_01Gnua5cuAAF1ey1b7zRqJCC
Note
Low Risk
Single generated docs file sync; no runtime, auth, or policy script changes in this diff.
Overview
Refreshes the generated inventory in
docs/skill-triggers.mdviacheck_skill_trigger_policy.py --writeso the preflight gate stops reporting a stale block.The only inventory delta is
phrase-judgejoining the auto-fire list (count 21 → 22). No checker, skill frontmatter, or hand edits inside the block—docs catch up to skills already on disk.Reviewed by Cursor Bugbot for commit 24add77. Bugbot is set up for automated code reviews on this repo. Configure here.