GI

github-authored-review-feedback

Compiles your past GitHub PR reviews into a report to support self-reflection and quality analysis.

Install

mkdir -p .claude/skills/github-authored-review-feedback && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/14987" && unzip -o skill.zip -d .claude/skills/github-authored-review-feedback && rm skill.zip

Installs to .claude/skills/github-authored-review-feedback

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

自分が GitHub 上で過去に行った PR レビュー内容を抽出し、実際に自分が書いた review body、inline review comment、actionable な conversation comment だけを Markdown に整理する skill。自分のレビューが妥当だったかを後から確認・評価したいときに使う。
169 charsno explicit “when” trigger
Intermediate

Key capabilities

  • Extract authored PR review bodies
  • Extract authored inline review comments
  • Extract authored actionable conversation comments
  • Generate Markdown reports for self-evaluation
  • Filter out bot comments and non-actionable feedback
  • Use GitHub CLI GraphQL API to fetch data

How it works

The skill uses GitHub CLI's GraphQL API to query pull requests reviewed by a specific user, extracts their authored review content, filters out noise, and formats it into a Markdown document.

Inputs & outputs

You give it
GitHub repository (owner/repo), reviewer login, output date (YYYY-MM-DD)
You get back
Markdown file (`docs/<reviewer>-authored-review-feedback-<YYYY-MM-DD>.md`) with authored review feedback

When to use github-authored-review-feedback

  • Review my past comments on this repository
  • Generate a self-assessment report of my reviews
  • Analyze the quality of my past pull request feedback

About github-authored-review-feedback

Uses GitHub CLI to fetch and format your authored reviews, comments, and inline feedback from PRs. It generates a Markdown document for self-evaluation to help analyze personal reviewing patterns.

自分が GitHub 上で過去に行った PR レビュー内容を抽出し、実際に自分が書いた review body、inline review comment、actionable な conversation comment だけを Markdown に整理する skill。自分のレビューが妥当だったかを後から確認・評価したいときに使う。

When not to use it

  • The task is not about reviewing personal GitHub PR feedback
  • The task requires scraping HTML or browser operations
  • The task involves PR descriptions or reviews authored by others

Prerequisites

GitHub CLI

Limitations

  • The skill only extracts reviews authored by the specified reviewer.
  • It explicitly excludes PR descriptions and non-actionable comments.
  • The skill does not perform evaluation or scoring of the review quality.

How it compares

This skill automates the extraction and structured reporting of a user's own GitHub review feedback for self-assessment, which is more targeted than manually sifting through GitHub PRs.

Compared to similar skills

github-authored-review-feedback side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
github-authored-review-feedback (this skill)04moReviewIntermediate
grepai47moReviewBeginner
session-wrap17moReviewIntermediate
triage16moReviewBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry