What problem does it solve? Rust and bridge PRs in the Fedi repo often get opened without running the required local checks or with descriptions that ignore the repository's PR template, causing avoidable review rounds. This Skill gives you a focused pre-submit checklist so your crates/ changes pass CI expectations and your description answers reviewer questions up front. ## Core Features & Use Cases - Pre-submit verification: Confirms just final-check passes, which runs lint, clippy, and tests in one command before you open or update a PR. - PR description guidance: Walks through filling the repo's .github/PULL_REQUEST_TEMPLATE.md sections, including what to put under Description and Testing. - Scope awareness: Applies only to Rust and bridge (crates/) changes, steering UI, docs, and config-only PRs to their own conventions. - Use Case: You just finished a change to crates/federations. Before pushing, use this Skill to run the right checks and draft a proportional PR description that names the tests covering your change. ## Quick Start Ask the assistant to run the Rust PR checklist on your staged crates changes and draft the PR description before opening the pull request.