Favicon of github-pr-workflow

github-pr-workflow Skill

AI Agent SkillPythonOpen source

GitHub PR lifecycle: branch, commit, open, CI, merge. Published by NousResearch in hermes-agent.

Decision snapshot

Is this a fit?

Best for

Developers using hermes-agent, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

Permission behavior not yet detected.

Setup

Copy skill directory

Project health

22 days ago · MIT license

Considerations

No specific cautions were detected. Review the source and requested permissions before installing.

What is github-pr-workflow Skill?

GitHub PR lifecycle: branch, commit, open, CI, merge. Published by NousResearch in hermes-agent. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
100/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Developers using hermes-agent

Declared skill metadata

  • Declared author: Hermes Agent
  • Declared license: MIT
  • Source file: skills/github/github-pr-workflow/SKILL.md

These fields retain source and confidence evidence from the indexed SKILL.md.

Compatibility and setup

Copy skill directory
  • Install or run with Copy skill directory

When to use github-pr-workflow Skill

  • Use it for developers using hermes-agent.

Built with

PythonCopy skill directory

Editorial notes

Source

  • Creator: NousResearch
  • Repository: NousResearch/hermes-agent
  • Skill file: skills/github/github-pr-workflow/SKILL.md

What it does

GitHub PR lifecycle: branch, commit, open, CI, merge.

Skill instructions

GitHub Pull Request Workflow Complete guide for managing the PR lifecycle. Each section shows the gh way first, then the git + curl fallback for machines without gh. Prerequisites - Authenticated with GitHub (see github-auth skill) - Inside a git repository with a GitHub remote Quick Auth Detection bash Determine which method to use throughout this workflow if command -v gh &/dev/null && gh auth status &/dev/null; then AUTH="gh" else AUTH="git" Ensure we have a token for API calls if [ -z "$GITHUBTOKEN" ]; then if hermesenv="${HERMESHOME:-$HOME/.hermes}/.env"; [ -f "$hermesenv" ] && grep -q "^GITHUBTOKEN=" "$hermesenv"; then GITHUBTOKEN=$(grep "^GITHUBTOKEN=" "$hermesenv" | head -1 | cut -d= -f2 | tr -d '\n\r') elif grep -q "github.com" ~/.git-credentials 2/dev/null; then GITHUBTOKEN=$(uv run python "${HERMESHOME:-$HOME/.hermes}/skills/github/github-auth/scripts/git-credential-token.py") fi fi fi echo "Using: $AUTH" Extracting Owner/Repo from the Git Remote Many curl commands need owne

Verified compatibility and discovery

Frequently asked questions

What is github-pr-workflow?

github-pr-workflow is a open-source AI agent skill with Copy skill directory. GitHub PR lifecycle: branch, commit, open, CI, merge.

Who is github-pr-workflow best for?

github-pr-workflow is best for reusing agent instructions, scripts, and references.

How do I install github-pr-workflow?

Install or run github-pr-workflow using Copy skill directory. Check github-pr-workflow for the latest setup command.

Is github-pr-workflow actively maintained?

github-pr-workflow may need a closer maintenance check before production use.

Share:

Stars
232,138
Forks
46,253
Last commit
22 days ago
Last verified
Aug 18, 2026
Metadata fetched
Aug 18, 2026
Repository age
1 year
License
MIT

Project health auto-fetched from the source repository.

Maintain this resource?

Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.

Alternatives to github-pr-workflow