Full PR review cycle — fetch open review comments, spawn an independent code-review sub-agent and a library-consumer sub-agent, evaluate all findings, apply valid fixes, run CI, amend and push, resolve all threads, and re-request review from Copilot. Use when asked to "run the pr cycle", "address pr comments", "resolve comments and re-request review", or after pushing a new round of changes.
Bump versions across all Cargo.toml files and update CHANGELOG.md for a new release. Use when asked to "cut a release", "bump the version", "prepare a release", or "release X.Y.Z". Takes a version string as the argument (e.g. `/release 1.2.0`).
Review a library/package from the perspective of an external downstream consumer — build a throwaway crate/project that depends on it the way a real user would, exercise the public API, and surface gaps, inconsistencies, and inconveniences with compiler-verified evidence. Use when asked to "review the consumer/user experience", "find API gaps/inconsistencies", "evaluate the public API", "is this ready to publish/release", or before a 1.0 / major version bump. Especially valuable for breaking-change releases (the only non-breaking window to fix the public surface).