with one click
with one click
Review Dependabot PRs updating Rust/Cargo crates with a security-focused crates.io tarball diff before commenting.
Review Dependabot PRs updating GitHub Actions workflows/actions, with a security-focused upstream diff check before commenting.
Triage stale GitHub PRs. Use when asked to review old, inactive, least-recently-updated, obsolete, or closeable pull requests, comment with a recommendation, and close PRs that are clearly no longer useful.
Use this skill when the user asks about Fedimint gateway liquidity management, lightning channels, gateway balances, routing fees, peg-in, peg-out, channel opening/closing, payment logs, invoices, or any gateway-cli operations. Triggers on: "gateway", "liquidity", "channels", "routing fees", "peg-in", "peg-out", "ecash balance", "lightning balance", "open channel", "close channel", "set fees", "payment summary", "invoice", "gateway-cli".
| name | pr-submissions-checklist |
| description | Must read before submitting PRs to Fedimint project |
Use this before creating or updating a PR for the Fedimint project.
just final-lint passes locally before submitting, to catch easy issues without waiting for CI. This is the fast lint-only subset of just final-check, which also runs tests and WASM checks.A PR description should typically use these sections:
Start with a single paragraph summarizing the change.
Explain why the change is being done, how its goals are achieved, and the most important design decisions.
Optionally explain which aspects reviewers should think through carefully, be opinionated about, or just be aware of.
Optionally explain how reviewers can gain confidence that the change is solid. Mention automated tests added, existing tests that cover the functionality, or manual testing instructions.