rebase-pr

427
AztecProtocolAztecProtocol

Rebase a PR on its base branch, fix conflicts, and verify build

190 days ago

readme-writer

427
AztecProtocolAztecProtocol

Guidelines for writing module READMEs that explain how a module works to developers who need to use it or understand its internals. Use when documenting a module, package, or subsystem.

190 days ago

noir-sync-update

427
AztecProtocolAztecProtocol

Perform necessary follow-on updates as a result of updating the noir git submodule.

190 days ago

adding-benchmarks

427
AztecProtocolAztecProtocol

Add new benchmarks to the CI pipeline. Guides through creating benchmark JSON files, integrating with bootstrap.sh, and ensuring proper CI upload via ci3.yml workflow.

190 days ago

fix-pr

427
AztecProtocolAztecProtocol

Fix a failing PR by analyzing CI logs and fixing errors. Autonomous workflow that identifies failures, rebases, fixes issues, and pushes.

190 days ago

debug-e2e

427
AztecProtocolAztecProtocol

Interactive debugging for failed e2e tests. Orchestrates the debugging session but delegates log reading to subagents to keep the main conversation clean. Use for ping-pong debugging sessions where you want to form and test hypotheses together with the user.

190 days ago

worktree-spawn

427
AztecProtocolAztecProtocol

Spawn an independent Claude instance in a git worktree to work on a task in parallel. Use when the user wants to delegate a task to run independently while continuing the current conversation.

190 days ago

updating-changelog

427
AztecProtocolAztecProtocol

Updates changelog documentation for contract developers and node operators by analyzing branch changes relative to 'next'. Use when preparing a PR, updating migration notes, documenting breaking changes, or when asked to update changelog/release notes.

190 days ago

unit-test-implementation

427
AztecProtocolAztecProtocol

Best practices for implementing unit tests in this TypeScript monorepo. Use when writing new tests, refactoring existing tests, or fixing failing tests. Covers mocking strategies, test organization, helper functions, and assertion patterns.

190 days ago