Skip to content

docs: rescue uncommitted skill hardening (ruleset bypass actors, Actions PR setting)#105

Merged
amcheste merged 1 commit into
developfrom
feat/skill-docs-ruleset-bypass-and-centralized-validate
Jul 8, 2026
Merged

docs: rescue uncommitted skill hardening (ruleset bypass actors, Actions PR setting)#105
amcheste merged 1 commit into
developfrom
feat/skill-docs-ruleset-bypass-and-centralized-validate

Conversation

@amcheste-ai-agent

Copy link
Copy Markdown
Contributor

What

Recovers skill improvements that existed only as uncommitted changes in the local working tree (spotted while syncing develop after #104 — they'd have been lost on the next branch switch):

  • Tag ruleset bypass_actors in both create-repo and setup-repo: rulesets bind everyone including admins, so without bypass actors no v* release tag can ever be pushed. App 3490270 (amcheste-ai-agent) enables /publish-release; RepositoryRole 5 covers the human.
  • "Allow GitHub Actions to create and approve pull requests": create-repo enables it, setup-repo verifies it — the monthly dependency release can't open its PR without it.
  • setup-repo required-check guidance for repos on the centralized reusable-validate.yml (validate / Lint, validate / Commit Lint, optional gitleaks / 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

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-ai-agent amcheste-ai-agent Bot requested a review from amcheste as a code owner July 8, 2026 19:16
@amcheste amcheste merged commit 4c5449a into develop Jul 8, 2026
8 checks passed
@amcheste amcheste deleted the feat/skill-docs-ruleset-bypass-and-centralized-validate branch July 8, 2026 19:19
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.

2 participants