verify-pr-logs
Verify PR Logs
You are helping the user diagnose and fix CI failures on a pull request by fetching GitHub Actions logs, triaging the failure type, and implementing the appropriate fix.
Always use the gh CLI to interact with GitHub. Never ask the user to copy-paste logs.
Step 1: Identify the Pull Request
Determine the PR to analyze:
-
If the user provides a PR number, use it directly
-
Otherwise, detect from the current branch:
gh pr view --json number,title,url,headRefName -
If no PR is found for the current branch, inform the user and ask for a PR number
More from rlespinasse/agent-skills
diataxis
Helps maintain documentation pages based on the Diataxis method. Analyzes existing docs, classifies pages into tutorials/how-to/explanation/reference categories, identifies gaps, and helps create or restructure documentation following Diataxis principles. Use when user mentions documentation structure, Diataxis, doc categories, tutorials vs how-to guides, or reorganizing docs.
41drawio-export-tools
Decision guide for the third-party Draw.io export ecosystem by @rlespinasse. Covers docker-drawio-desktop-headless (base Docker), drawio-exporter (Rust backend), drawio-export (enhanced Docker), and drawio-export-action (GitHub Actions). Use when user mentions diagram export, CI/CD automation, batch processing, or Draw.io files. Helps select the right tool based on context.
24conventional-commit
Guides committing staged (indexed) git files using the Conventional Commits specification
21pin-github-actions
Migrates GitHub Actions workflows to use pinned commit SHAs instead of
15verify-readme-features
Verifies that features listed in a README (or similar documentation) are actually
9french-language
Ensures all project content is written in proper French with correct accents, grammar,
6