Github workflow
Reusable agent skills for Codex, Claude Code, OpenCode, and other AI coding agents.
npx -y skills add mabyko/AgentSkills --skill github-workflowAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when working with GitHub workflows: pull requests, PR reviews, review threads, PR merges, auto-merge, GitHub Actions checks, CI annotations, branch protection, GitHub Releases, gh CLI commands, or release publishing.
SKILL.md
2.3 KB, 438 tokens by cl100k_base, as published. Nobody here has run it
GitHub Workflow
Use for GitHub-hosted collaboration and publishing. Use git-workflow for local staging, commits, rebases, conflicts, branch cleanup, Git tag safety, or history rewrites.
Rules
- Read repository-specific GitHub guidance first:
.github/, PR templates, release workflows, branch protection notes,CONTRIBUTING.md, andREADME.md. - Never claim GitHub status, checks, reviews, or release state unless you inspected them.
- Do not merge, close, publish, mark latest, delete releases, or delete remote branches unless explicitly requested.
- Treat green status as necessary but not sufficient: also check annotations, warnings, bot comments, and review state.
- For local Git history decisions, follow
git-workflow.
Reference Routing
| Reference | Use For |
|---|---|
references/pull-requests.md | Creating PRs, PR descriptions, review responses, merge readiness |
references/stacked-prs.md | Stacked PR chains, sequential squash merges, base retargeting |
references/github-releases.md | GitHub Releases, release publishing, latest flag, published release recovery |
GitHub Action Safety Checklist
Before merging, enabling auto-merge, publishing a release, changing release latest, or dismissing review/check state:
- Check worktree and branch state using
git-workflowwhen local changes or branch history matter. - Inspect the exact PR, release, check run, or review thread targeted by the request.
- Confirm required checks, review state, branch protection, and requested merge/release mode.
- Act only on the target named by the user or verified from repository metadata.
- Report the command, URL, or API result used as evidence.
Default Workflow
- Read repository-specific GitHub guidance.
- Check worktree and branch state using
git-workflowwhen needed. - Inspect GitHub status, reviews, and templates relevant to the request.
- Make or recommend GitHub changes only within the user's requested scope.
- Report verification source, remaining blockers, and follow-up actions.
What ships with it: 4 files
11.6 KB alongside SKILL.md
agents/
- openai.yaml296 B
references/
- github-releases.md2.3 KB
- pull-requests.md5.7 KB
- stacked-prs.md3.3 KB