docs: rescue uncommitted skill hardening (ruleset bypass actors, Actions PR setting)#105
Merged
amcheste merged 1 commit intoJul 8, 2026
Conversation
Recovered improvements that were live in the symlinked skills but never committed (found while syncing develop after PR #104): - Tag ruleset bypass_actors in create-repo and setup-repo — without them the ruleset binds admins too and no v* release tag can ever be pushed (App 3490270 for /publish-release, RepositoryRole 5 for the human). - Enable/verify "Allow GitHub Actions to create and approve pull requests" — required by the monthly dependency release. - setup-repo check-name guidance for centralized reusable-validate repos (validate / Lint, validate / Commit Lint, optional gitleaks). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Co-Authored-By: amcheste <13696614+amcheste@users.noreply.github.com>
amcheste
approved these changes
Jul 8, 2026
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.
What
Recovers skill improvements that existed only as uncommitted changes in the local working tree (spotted while syncing
developafter #104 — they'd have been lost on the next branch switch):bypass_actorsin bothcreate-repoandsetup-repo: rulesets bind everyone including admins, so without bypass actors nov*release tag can ever be pushed. App3490270(amcheste-ai-agent) enables/publish-release; RepositoryRole5covers the human.create-repoenables it,setup-repoverifies it — the monthly dependency release can't open its PR without it.setup-reporequired-check guidance for repos on the centralizedreusable-validate.yml(validate / Lint,validate / Commit Lint, optionalgitleaks / Gitleaks).Why
These match the gh-workflows v1.0.0 centralization that landed in #103, but the skill-doc half was never committed. The new global rule (skill edits must be PR'd in the same session) exists to prevent exactly this.
🤖 Generated with Claude Code