git-teacher-review

Automate PR review requests from branch creation to submission via GitHub CLI.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/gtpgg1013/claude-skills-collection --skill git-teacher-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-teacher-review
Source: https://github.com/gtpgg1013/claude-skills-collection/tree/main/skills/plugins/gptaku/git-teacher/skills/git-teacher-review
Command: npx skills add https://github.com/gtpgg1013/claude-skills-collection --skill git-teacher-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the end-to-end PR review request workflow, reducing manual coordination and speeding up feedback cycles in collaborative projects.

Core Features & Use Cases

  • Automatic PR creation and review request: generates a pull request from the current branch and prompts teammates for edits.
  • Review-flow guidance: provides a checklist of feedback items and review steps to ensure consistent quality.
  • Use Case: in a multi-file change, it distributes review tasks, facilitates timely approvals, and keeps a clear audit trail.

Quick Start

현재 브랜치의 변경 내용을 PR로 만들어 팀에 검토 요청을 보냅니다.

Frequently Asked Questions about git-teacher-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GitHub pull request review requests from branch creation to submission?

You can automate GitHub pull request review requests by using a workflow skill that handles branch creation, PR submission, and teammate prompts end-to-end. It performs deterministic steps and GitHub CLI interactions to generate traceable feedback cycles.

What is the best way to handle unpushed commits and detached HEAD before creating a PR?

Handling unpushed commits and detached HEAD states before creating a PR requires safe branch handling checks. An automated workflow evaluates your repository status, checks for merge conflicts, and ensures local commits are pushed before submitting the review request.

Can I automatically distribute code review tasks for multi-file changes to teammates?

Yes, you can automatically distribute code review tasks for multi-file changes to teammates. The automated workflow distributes review items, facilitates timely approvals, and maintains a clear audit trail for proposed edits across collaborative software projects.

Does the automated PR review workflow provide a checklist for consistent code review quality?

The automated PR review workflow provides review-flow guidance by generating a checklist of feedback items and review steps. This ensures consistent quality control and systematic verification when teammates propose edits or approve changes.

What are the limitations of automating branch management for pull requests with ongoing merge conflicts?

Automating branch management for pull requests with ongoing merge conflicts is limited by safe branch handling checks. The workflow detects merge conflicts, unpushed commits, and detached HEAD states to prevent unsafe PR submissions, requiring manual conflict resolution before proceeding.