What problem does it solve? Contributors to the Flash Linear Attention repository often open pull requests that miss required tests, lack benchmark evidence, or violate contribution guidelines, causing review delays and rejections. ## Core Features & Use Cases - Pre-flight Checklist: Walks through CONTRIBUTING.md compliance, change scoping, and duplicate PR detection using GitHub CLI searches. - Test Plan Enforcement: Locates dependent tests via scripts/find_dependent_tests.py and requires passing results before submission. - Benchmark Evidence Standards: Defines required performance evidence for kernel changes, including hardware, workload shape, and before/after numbers. - Use Case: Before opening a PR that modifies a Gated DeltaNet kernel, run through the checklist to confirm dependent tests pass, gather H100 benchmark numbers, and format the PR body with the required Summary, Test plan, and Benchmark sections. ## Quick Start Review my current branch changes and check whether my pull request is ready to submit according to the FLA contribution requirements.