galaxy-weekly-pr-review

Automate weekly Galaxy pull request triage and vault note ingestion.

1|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/jmchilton/galaxy-brain --skill galaxy-weekly-pr-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: galaxy-weekly-pr-review
Source: https://github.com/jmchilton/galaxy-brain/tree/main/skill/galaxy-weekly-pr-review
Command: npx skills add https://github.com/jmchilton/galaxy-brain --skill galaxy-weekly-pr-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires subprocess, argparse, json, fnmatch, pathlib, datetime, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Galaxy weekly PR review turns a stream of merged Galaxy pull requests into curated, relevance-scored, deeply detailed research and planning notes inside the galaxy-brain Obsidian vault, reducing manual triage and ensuring important changes are captured.

Core Features & Use Cases

  • Automated PR triage: Uses a helper script to list merged PRs from the last N days and rank candidates by transparent scoring signals.
  • Targeted deep review ingestion: Ingests only the selected PRs by running or emulating the existing ingest-gx-pr workflow to generate detailed PR review dossiers and corresponding vault notes.
  • Vault hygiene and validation: Verifies frontmatter accuracy, citation placement/cross-references, and ensures temporary dossier artifacts do not leak into the durable vault state.

Quick Start

Use the galaxy-weekly-pr-review skill to review merged Galaxy PRs from the last 7 days and ingest only the most relevant ones for John/jmchilton.

Frequently Asked Questions about galaxy-weekly-pr-review

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

FAQPage Schema
How do I automate GitHub pull request review and triage for merged PRs?

Automated GitHub pull request review uses a helper script to list merged PRs from a configurable time window and rank candidates by transparent triage scoring signals before deeper ingestion. This reduces manual triage by filtering relevant changes automatically.

Can I convert merged pull requests into Obsidian vault notes automatically?

Yes, you can convert merged pull requests into Obsidian vault notes by emulating the ingest workflow to generate detailed PR review dossiers. The process creates durable notes with accurate frontmatter and citations while preventing temporary dossier artifacts from leaking into the vault.

What is the best way to track recently merged GitHub PRs over a recurring time window?

Tracking recently merged GitHub PRs over a recurring time window is handled by running a list_recent_galaxy_prs scoring script. It evaluates PRs from the last N days and ranks candidates by relevance to ensure important changes are captured during weekly reviews.

Does the ingest workflow validate Obsidian vault frontmatter and citation placement?

The ingest workflow validates Obsidian vault frontmatter accuracy, citation placement, and cross-references. It ensures temporary dossier artifacts do not leak into durable vault state, maintaining repo hygiene and verifying produced vault outputs meet structural requirements.

How do I run a PR ingestion workflow without using Claude slash-commands?

You can run a PR ingestion workflow without Claude slash-commands by using non-Claude emulation of the ingest workflow. This emulation generates detailed PR review dossiers and corresponding vault notes while satisfying the same frontmatter, citation, and repo hygiene validation requirements.