Tests banner
bearcove bearcove

Tests

Development community

Description

Run tests and fix any failures. Uses `cargo nextest run` as required by this project. Arguments: $ARGUMENTS (optional test filters, e.g., crate name or test name pattern) 1. Run tests: - If arguments provided: `cargo nextest run $ARGUMENTS` - If no arguments: `cargo nextest run` 2. If tests fail: - Parse the failure output to identify which tests failed - Create a todo list of failing tests - For each failure: - Read the test code and relevant implementation - Determin

Installation

Installs to ~/.claude/commands/bearcove-pikru-tests.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/bearcove/pikru/HEAD/.claude/commands/tests.md -o ~/.claude/commands/bearcove-pikru-tests.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository