Romanescu11/hermes-skill-factory
Skill Claude CodeCodex
End-to-end workflow for creating a clean, reviewed pull request from a feature branch.
40 tagged pull request, measured the same way as everything else here.
Browse within: github 24review 5workflow 5
Romanescu11/hermes-skill-factory
Skill Claude CodeCodex
End-to-end workflow for creating a clean, reviewed pull request from a feature branch.
Skill Claude CodeCodex
A pull-request review tool that checks a proposed set of code changes in a Git repository. A pull request is a request to merge one branch of code into another.
Skill Claude CodeCodex
AI-powered code review for diffs and individual files using LLM analysis.
SpillwaveSolutions/pr-reviewer-skill
Skill Claude CodeCodex
Comprehensive GitHub Pull Request code review skill. Use when asked to "review this PR", "code review", "review pull request", "check this PR", or when a GitHub PR URL is provided. Fetches PR metadata, diff, comments, commits, and related issues using gh CLI. Creates organized review workspace, analyzes code against…
Skill Claude CodeCodex
Executes the full PR-driven development workflow: create an isolated feature branch from the current work, commit all staged changes, rebase cleanly onto the selected base branch (skipping any ancestor commits already merged), push the branch, and open a GitHub pull request linked to a related issue. Includes guidance…
Skill Claude CodeCodex
Use this skill when the user wants to commit changes in the working tree of the current Git repository.
Skill Claude CodeCodex
Use this skill when the user wants to submit the current local branch as a pull request to a GitHub repository.
Skill Claude CodeCodex
Use when running a PR review in --auto mode, to post analyzer findings as a pending GitHub review without an interactive walkthrough. Not user-facing — invoked by the orchestrator only.
Skill Claude CodeCodex
Use when walking a user through code changes file-by-file during a PR review. Not for automated or silent reviews.
Skill Claude CodeCodex
Use when starting a PR review and the session file needs to be created or refreshed. Not user-facing — invoked by the orchestrator only.
rollymu25/hermes-skill-factory
Skill Claude CodeCodex
End-to-end workflow for creating a clean, reviewed pull request from a feature branch.
jamesjfoong/github-pr-review-mcp
Skill Claude CodeCodexCursor
Add new MCP tools to the server. Use when creating new GitHub PR review capabilities.
jamesjfoong/github-pr-review-mcp
Skill Claude CodeCodexCursor
Common code patterns for this project. Use when implementing features or handling errors.
jamesjfoong/github-pr-review-mcp
Skill Claude CodeCodexCursor
Validate code before committing. Use before commits or when fixing linting/type errors.
Skill Claude CodeCodex
Call the GitHub REST API from Fermi (issues, PRs, file commits, binary commits via Git Data API) with correct auth and UTF-8 handling.