agentsclimarketplace

Github pr workflow

Skill nord342/hermes-skill-kit/examples/github-pr-workflow

Open and manage pull requests with CI checksFrom its SKILL.md

Install
npx -y skills add nord342/hermes-skill-kit --skill github-pr-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.

SKILL.md

0.8 KB, 157 tokens by cl100k_base, as published. Nobody here has run it

GitHub PR Workflow

When to Use

When the user asks to open a pull request, push a branch for review, or shepherd a change through CI on GitHub.

Procedure

  1. Create a feature branch off the default branch.
  2. Make the change and run the test suite locally.
  3. Commit with a clear, scoped message.
  4. Push the branch and open a PR with gh pr create.
  5. Watch CI with gh pr checks --watch.

Pitfalls

  • Never push directly to the default branch — always branch first.
  • If CI fails on lint only, fix and amend rather than opening a new PR.

Verification

  • gh pr view shows the PR as open.
  • All required CI checks are green.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,835. 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.