feat(skills)!: consolidate github setup#9
Merged
Conversation
There was a problem hiding this comment.
1 issue found across 67 files
Partial review: This PR has more than 50 files, so cubic reviewed the highest-priority files first. During the trial, paid plans get a higher file limit.
You can try an ultrareview to bypass the file limit, comment @cubic-dev-ai ultrareview. Learn more.
Fix all with cubic | Re-trigger cubic
Merge the deploy and release pipeline skills into gh-setup, remove the uinaf design-system skill, and align publishing guidance around workflow-token writeback for low-risk repos. BREAKING CHANGE: gh-deploy-pipeline, gh-release-pipeline, and uinaf-design-system are no longer installed as separate skills.
1f4f3a8 to
d3c301a
Compare
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
Consolidates the GitHub release/deploy skill surface into a single
gh-setupskill and removes the standaloneuinaf-design-systemskill from this repo.Changed
skills/gh-setupwith repo settings, templates, Actions security, release, deploy, environment, secret, and troubleshooting guidance.gh-deploy-pipeline,gh-release-pipeline, anduinaf-design-systemfrom the skill tree and sync manifest.agent-readiness,docs, andvite-plusguidance around.node-version, Node 24.x LTS, andgh-setup.Risks
gh-deploy-pipeline/gh-release-pipelinetogh-setup;uinaf-design-systemis no longer published from this repo.GITHUB_TOKEN; livemainprotection was adjusted accordingly while keeping force-push and deletion disabled.Verification
actionlint .github/workflows/publish-skills.ymlgit diff --checknpx tessl@0.79.1 skill review --threshold 90 skills/gh-setup./scripts/skills/review.sh --threshold 90codex-review --mode localreported no actionable findingsComplexity
Reduced. The two GitHub pipeline skills now share one owner, and duplicated release/deploy/security guidance is centralized behind target-specific references.
Summary by cubic
Consolidates GitHub release/deploy guidance into a single
gh-setupskill and strengthens the skills publish workflow. Removesgh-deploy-pipeline,gh-release-pipeline, anduinaf-design-system.New Features
skills/gh-setupcovering repo settings, templates, Actions security, release/deploy workflows, environments, secrets, and troubleshooting..github/workflows/publish-skills.yml: both review and publish skip[skip ci], non-cancellable publish concurrency, full-history checkout, no persisted credentials, and workflowGITHUB_TOKENversion writeback.gh-setup; guidance updated to Node 24.x LTS via.node-version.Migration
gh-deploy-pipelineandgh-release-pipelinewithgh-setupin usage andscripts/sync/skills.json..node-version(Node 24.x LTS) and have Actions read it withnode-version-file.GITHUB_TOKENonmain(no push-restriction rules that block it).uinaf-design-systemfrom manifests; it is no longer published from this repo.Written for commit d3c301a. Summary will update on new commits. Review in cubic