Conventions for writing source code comments. Load when adding or editing comments, reviewing a diff for comment quality, or deciding whether a comment belongs at all. Covers when a comment earns its place, WHY-not-WHAT, raising rationale to a principle…
Multi-agent, read-only code review of a GitHub PR, a branch, or the current working-tree diff. Kicks the slow adversarial reviewer off in the background first, then runs the fast axes (correctness, design, tests/conventions, plus conditional…
Fetch and prioritize the open llvm/llvm-project PRs awaiting my review. Combines a deterministic GitHub fetch (review-requested / reviewed-by / mentions, deduped and scored by area + signals) with an AI-assisted ranking that surfaces what actually needs my…
Conventions for writing, refactoring, or reviewing C++ in LLVM, Clang, or LLDB trees. Covers the naming split between LLVM and LLDB, include ordering, ADT containers and string types (StringRef, SmallVector, DenseMap), Error/Expected handling, LLVM-style…
Conventions for drafting git commit messages. Load when asked to write a commit message, draft a commit, or run `git commit`. Covers subject-line bracket prefixes, NFC tagging, line-length and wrapping rules, imperative mood, body content focused on the why,…