Skip to main content
Back to the directory
xtone/ai_development_toolsSoftware EngineeringFrontend and Design

pr-triage

PRの変更内容を分析し、後続のコードレビューフェーズに必要な情報を構造化して出力するスキルです。 軽量モデル(Haiku)での実行を想定しており、CI環境でのコスト最適化に寄与します。

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
1

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/xtone/ai_development_tools --skill pr-triage
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, pr-triage has 1 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: xtone/ai_development_tools. Canonical URL: https://skills.sh/xtone/ai_development_tools/pr-triage.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
PRの変更内容を分析し、後続のコードレビューフェーズに必要な情報を構造化して出力するスキルです。 軽量モデル(Haiku)での実行を想定しており、CI環境でのコスト最適化に寄与します。 前回のレビュー状態を活用してチェック範囲を最適化する: resolved_issues のフォーマット: .pr-review-state.json が存在しない場合は、通常のフルトリアージを実行する。 .pr-review-state.json が不正な形式(JSONパースエラー等)の場合は、警告を出力してフルトリアージを実行する。破損した状態ファイルに基づいてインクリメンタルモードを実行してはならない。 以下の条件に該当する場合のみ、対応するリファレンスを required_references に含める: 差分を確認し、以下の問題を検出する(該当するもののみ): .pr-triage.json に以下のJSON構造で出力すること: 重要: - gh pr view --json title,body,headRefName,baseRefName,changedFiles でPR情報を取得 - gh pr diff --name-only で変更ファイル一覧を取得 - 差分の取得( changedFilesが15以上の場合、手順3はスキップしてファイル名とPR説明のみで分析する ): - changedFilesが15未満の場合のみ gh pr diff でコード差分を取得 - 表層チェックが必要なファイル(.ts, .js, .tsx, .jsx)が多い場合は個別に gh pr diff -- で取得 - .pr-review-state.json が存在するか確認する(前回レビュー状態) - 以下の分析を行う: - 変更ファイルのカテゴリ分類(added/modified/deleted) - 使用言語・フレームワークの検出 - 変更カテゴリの判定(認可変更、DB変更、RLS変更、API変更、テスト変更、設定変更、スキル変更) - 必要なリファレンスファイルの判定 - Minor/Suggestionレベルの表層的問題の検出(インクリメンタルモード時は変更ファイルのみ) - 差分の要約(200文字以内) - レビュー時に注目すべきポイント - 分析結果を .pr-triage.json ファイルに出力する - .pr-review-state.json の last_reviewed_commit を取得する - git diff ..HEAD --name-only で前回レビュー以降に変更されたファイルを特定する - 変更のないファイル の surface_issues は前回の状態からそのまま引き継ぐ( "carried_over": true を付与)。再チェックしない。 - 変更があったファイル のみ表層チェックを実行する - 前回の surface_issues と review_comments のうち、該当箇所が修正されたものを resolved_issues に含める - 出力の .pr-triage.json に "incremental": true 、 "base_commit" 、...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does pr-triage do?

PRの変更内容を分析し、後続のコードレビューフェーズに必要な情報を構造化して出力するスキルです。 軽量モデル(Haiku)での実行を想定しており、CI環境でのコスト最適化に寄与します。

Is pr-triage good?

pr-triage does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support pr-triage?

pr-triage currently lists compatibility with Skills CLI.

Is pr-triage safe to install?

pr-triage has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to pr-triage?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install pr-triage?

Run the following command to install pr-triage: npx skills add https://github.com/xtone/ai_development_tools --skill pr-triage

Related skills

Alternatives in Software Engineering