← Catalog

No. 016 · workflow

GitHub Workflows

PR patterns, branching, and code review on GitHub

Version 1.0.0 License MIT Format SKILL.md

Navigate GitHub-specific workflows: creating PRs with proper descriptions, managing branch protection, using GitHub Actions, and conducting code reviews with review comments.

When to use this skill

  • Creating a pull request on GitHub
  • Setting up branch protection rules
  • Reviewing code on GitHub

Core concepts

This skill provides guidance on github workflows best practices, patterns, and common pitfalls. It is designed to be loaded on demand when a relevant task is detected.

Installation

curl -LO https://opencode-skills.example/downloads/workflow/github-workflows.zip
unzip github-workflows.zip -d ~/.config/opencode/skills/

Restart OpenCode — the skill loads automatically.

When it triggers

  • creating a pull request on GitHub
  • setting up branch protection rules
  • reviewing code on GitHub