My Checklist
This project's pre-merge checklist — run it before any PR is merged
Review Checklist
What this team checks in every code review, in order, before approving
Swe Cli Skills
Senior engineer CLI expertise for AI agents — workflows, safety guardrails, gotchas, and anti-patterns across cloud, IaC, containers, databases, dev tools, and platforms
Pr Descriptions
How this project writes PR descriptions — TL;DR first, then what changed and how it was tested
Release Runbook
How this project cuts a release — version bump, changelog, notes, and the checks that gate it
Scratch Notes
Personal working notes — not auto-triggered; loads only when explicitly referenced
Simple Tdd
Test-driven development methodology — write the failing test first, then the minimum code to pass it
Code Review
Perform a thorough, structured code review of a diff or pull request
Deploy
How this team deploys — staged rollout with a canary and an explicit rollback point
Sec Checklist
Security checklist to run before merging any change that touches auth, secrets, or user data
Commit Messages
How this project writes commit messages — scope prefix, imperative mood, why over what