flutter-pr-checks-finder Skill
Find failing checks on a Flutter PR and locate the corresponding LUCI log URLs. Published by flutter in flutter.
What is flutter-pr-checks-finder Skill?
Find failing checks on a Flutter PR and locate the corresponding LUCI log URLs. Published by flutter in flutter. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using flutter
Technical details
- Install or run with Copy skill directory
When to use flutter-pr-checks-finder Skill
- Use it for developers using flutter.
Built with
Editorial notes
Source
- Creator: flutter
- Repository: flutter/flutter
- Skill file: .agents/skills/flutter-pr-checks-finder/SKILL.md
What it does
Find failing checks on a Flutter PR and locate the corresponding LUCI log URLs.
Skill instructions
Flutter PR Checks Finder Prerequisites - gh (GitHub CLI) must be installed and authenticated. If not in your PATH, check common locations like /opt/homebrew/bin/gh on macOS or C:\Program Files\GitHub CLI\gh.exe on Windows. - Access to curl or similar tool to fetch raw logs from LUCI. Workflow 1. Find Failing Checks You can use the gh CLI if it's installed and authenticated, or use direct HTTP requests to the GitHub API as a fallback. Option A: Using gh CLI (Preferred) Run the following command to list checks: bash gh pr checks <PRNUMBER Option B: Using GitHub API via HTTP If gh is not available, you can use readurlcontent or a similar method to interact with the public GitHub API: 1. Find the PR SHA: Make an HTTP request to: https://api.github.com/repos/flutter/flutter/pulls/<PRNUMBER Extract the head.sha field. 2. List Check Runs: Make an HTTP request to: https://api.github.com/repos/flutter/flutter/commits/<PRSHA/check-runs Parse the JSON response. CRITICAL: You must handle paginatio
Explore related resources
Frequently asked questions
What is flutter-pr-checks-finder?
flutter-pr-checks-finder is a open-source AI agent skill with Copy skill directory. Find failing checks on a Flutter PR and locate the corresponding LUCI log URLs.
Who is flutter-pr-checks-finder best for?
flutter-pr-checks-finder is best for reusing agent instructions, scripts, and references.
How do I install flutter-pr-checks-finder?
Install or run flutter-pr-checks-finder using Copy skill directory. Check flutter-pr-checks-finder for the latest setup command.
Is flutter-pr-checks-finder actively maintained?
flutter-pr-checks-finder may need a closer maintenance check before production use.
Auto-fetched from GitHub.