agentsclimarketplace

Github workflow

Skill mabyko/AgentSkills/skills/github-workflow

Reusable agent skills for Codex, Claude Code, OpenCode, and other AI coding agents.

Install
npx -y skills add mabyko/AgentSkills --skill github-workflow

Assembled 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

  1. Read repository-specific GitHub guidance first: .github/, PR templates, release workflows, branch protection notes, CONTRIBUTING.md, and README.md.
  2. Never claim GitHub status, checks, reviews, or release state unless you inspected them.
  3. Do not merge, close, publish, mark latest, delete releases, or delete remote branches unless explicitly requested.
  4. Treat green status as necessary but not sufficient: also check annotations, warnings, bot comments, and review state.
  5. For local Git history decisions, follow git-workflow.

Reference Routing

ReferenceUse For
references/pull-requests.mdCreating PRs, PR descriptions, review responses, merge readiness
references/stacked-prs.mdStacked PR chains, sequential squash merges, base retargeting
references/github-releases.mdGitHub 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-workflow when 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

  1. Read repository-specific GitHub guidance.
  2. Check worktree and branch state using git-workflow when needed.
  3. Inspect GitHub status, reviews, and templates relevant to the request.
  4. Make or recommend GitHub changes only within the user's requested scope.
  5. Report verification source, remaining blockers, and follow-up actions.

What ships with it: 4 files

11.6 KB alongside SKILL.md

agents/

Keep looking

Skills are one crate of 327,132. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.