prinfo

Export GitHub pull request check logs and manifests with per-commit data.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/s2005/prinfo --skill prinfo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prinfo
Source: https://github.com/s2005/prinfo/tree/main/skills/prinfo
Command: npx skills add https://github.com/s2005/prinfo --skill prinfo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Streamline running, troubleshooting, and interpreting prinfo to manage GitHub PR checks, enabling quick access to check logs, manifests, and per-commit data.

Core Features & Use Cases

  • Export PR check logs and manifests for a repository and PR.
  • Troubleshoot missing logs, skipped checks, and gh authentication issues with guided explanations.
  • Explain the files written by prinfo, including manifest.json, commits-manifest.json, and per-commit _commit.json files.

Quick Start

Run uv run prinfo --pr 123 --repo owner/repo to export PR checks and generate the manifest and per-commit data.

Frequently Asked Questions about prinfo

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

FAQPage Schema
How do I export GitHub PR check logs for a specific repository?

You can export GitHub PR check logs by running prinfo with the PR and repository arguments. This generates manifest.json, commits-manifest.json, and per-commit files in your designated output directory for review.

What do I need to configure before running prinfo to collect pull request checks?

Before running prinfo, configure your gh authentication context and specify the PR number and repository. You can set these via environment variables or CLI arguments to ensure successful check log extraction.

Why are my GitHub PR checks skipped or missing logs in the export?

Skipped logs or missing checks in prinfo exports often stem from gh authentication issues or incomplete PR configuration. The Skill provides guided explanations to troubleshoot these specific missing log scenarios.

How do I interpret the manifest.json and commits-manifest.json files generated by prinfo?

The manifest.json and commits-manifest.json files generated by prinfo contain structured data about GitHub PR checks and per-commit results. The Skill provides guidance on interpreting these exported artifacts for troubleshooting.

Can I use environment variables to configure prinfo output directory and authentication?

Yes, prinfo supports environment-based configuration for the output directory and gh authentication mode. This allows you to manage PR check exports without passing all parameters through the CLI.