# Pr Submissions Checklist

> Must read before submitting PRs to Fedimint project

- Skill: `fedimint/pr-submissions-checklist` (Agent Skill)
- Install (CLI): `npx skillmds@latest add fedimint/pr-submissions-checklist`
- Raw SKILL.md: https://api.skillmd.com/api/skills/fedimint/pr-submissions-checklist/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: fedimint (https://skillmd.com/u/fedimint)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/fedimint/pr-submissions-checklist

---


# PR Submissions Checklist

Use this before creating or updating a PR for the Fedimint project.

## Pre-submit checks

- Verify `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.

## PR description

A PR description should typically use these sections:

### Summary

Start with a single paragraph summarizing the change.

### Details

Explain why the change is being done, how its goals are achieved, and the most important design decisions.

### Reviewing

Optionally explain which aspects reviewers should think through carefully, be opinionated about, or just be aware of.

### Testing

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.

