Skip to content
Recued
Menu
← Back to recipes

GitHub pull request review brief

by recued-core v1

Read-only review brief for one GitHub pull request. It reads repository metadata, pull request details, changed files, reviews, review comments, recent workflow runs for the PR head branch, and check runs for the PR head SHA through recued-core.github-pack, then asks the AI summarizer for impact, reviewer state, CI status, risks, and next actions. It never creates or updates issues, comments, pull requests, branches, releases, workflow runs, checks, secrets, collaborators, admin settings, webhooks, or arbitrary GitHub APIs.

How it works 27 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (27 steps)
repo trim
Trim whitespace from setting repo
pull_number trim
Trim whitespace from setting pull number
repository ?
pull_request ?
files_raw ?
reviews_raw ?
review_comments_raw ?
workflow_runs_raw ?
skip: config.include_actions not_equal true
check_runs_raw ?
skip: config.include_actions not_equal true
files default
Apply default
reviews default
Apply default
review_comments default
Apply default
workflow_runs default
Apply default
check_runs default
Apply default
file_rows slice
Take a subset of
review_rows slice
Take a subset of
check_rows slice
Take a subset of
file_count count
Count items in files
review_count count
Count items in reviews
comment_count count
Count items in review comments
workflow_count count
Count items in workflow runs
check_count count
Count items in check runs
summarize ?
file_table to_table
Format results as a data table
review_table to_table
Format results as a data table
check_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 7 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

repo setting =
focus setting = Summarize pull request scope, changed-file impact, reviewer state, unresolved review-comment themes, CI/check status, merge risks, and concrete next actions. Do not invent facts outside the GitHub records.
github setting =
row limit setting = 25
max length setting = 900
pull number setting =
include actions setting = true

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Github connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

github githubpull-requestcode-reviewchecksactionsai-summarydeveloper-workflowpack:github

Details

27 steps 7 configurable settings recipe_id: github-pull-request-review-brief