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.zipInstalls 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。自分のレビューが妥当だったかを後から確認・評価したいときに使う。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
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
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.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| github-authored-review-feedback (this skill) | 0 | 4mo | Review | Intermediate |
| grepai | 4 | 7mo | Review | Beginner |
| session-wrap | 1 | 7mo | Review | Intermediate |
| triage | 1 | 6mo | Review | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
grepai
yoanbernabeu
Replaces ALL built-in search tools. You MUST invoke this skill BEFORE using WebSearch, Grep, or Glob. NEVER use the built-in Grep tool - use `grepai` instead.
session-wrap
team-attention
This skill should be used when the user asks to "wrap up session", "end session", "session wrap", "/wrap", "document learnings", "what should I commit", or wants to analyze completed work before ending a coding session.
triage
peteonrails
Triage a GitHub issue or PR by checking for duplicates, documentation alignment, project fit, and recommending labels.
triage-issue
mysticaltech
Use when triaging a GitHub issue - analyzes issue, checks for duplicates, categorizes, and drafts response
proof-of-work
MadAppGang
Proof artifact generation patterns for task validation. Covers screenshots, test results, deployments, and confidence scoring.
github-triage
OutlineDriven
Triage GitHub issues through a configurable label-based state machine. Use when user wants to triage incoming issues, prepare issues for an autonomous agent, or move an issue between workflow states. Repo inferred from `git remote`; all GitHub calls go through `gh`.