$ recombobulate _
~/recombobulate $ tip --list --tag="testing"

// 27 tips tagged "testing"

0
Write Property-Based Tests with fast-check and Claude

Ask Claude to write property-based tests for your functions using fast-check — it identifies the mathematical invariants in your code and generates tests that cover inputs you'd never enumerate by hand.

bagwaa @bagwaa · 44 minutes ago
0
Audit Your UI Components for Accessibility Issues with Claude

Ask Claude to audit your UI components for WCAG accessibility issues — it catches semantic problems, missing ARIA attributes, and keyboard navigation gaps that automated tools miss.

bagwaa @bagwaa · 45 minutes ago
0
Ask Claude to Write Storybook Stories for Your React Components

Ask Claude to generate Storybook stories from your existing React components — it reads your prop types and produces complete CSF3 story files with meaningful variants in seconds.

bagwaa @bagwaa · 45 minutes ago
0
Filter Test Output with a PreToolUse Hook to Cut Token Costs

A PreToolUse hook can intercept test runner commands and filter output to show only failures, cutting thousands of tokens from Claude's context.

bagwaa @bagwaa · 1 hour ago
0
Use Claude to Analyse Test Coverage and Fill the Gaps

Feed your test coverage report to Claude and let it write the missing tests — targeting uncovered branches, edge cases, and error paths.

bagwaa @bagwaa · 1 hour ago
0
Ask Claude to Write Custom PHPStan Rules for Your Codebase

Let Claude write custom PHPStan and Larastan rules that enforce your team's conventions, complete with AST visitor logic and config registration.

bagwaa @bagwaa · 2 hours ago
0
Use Claude to Write Integration Tests for Your Service Layer

Integration tests cover the seams between your code and real dependencies — they're the tests that actually catch production bugs, and Claude writes them fast.

bagwaa @bagwaa · 3 hours ago
0
Write BDD Feature Files with Claude

BDD Gherkin feature files document expected behaviour in plain English and drive your test suite — Claude writes them from a user story in seconds.

bagwaa @bagwaa · 3 hours ago
0
Use Claude to Generate React Testing Library Tests

Paste a React component and ask Claude to write comprehensive RTL tests covering rendering, user interactions, and async behaviour — following RTL best practices.

bagwaa @bagwaa · 6 hours ago
0
Generate Ruby on Rails Models and Migrations with Claude

Describe your data model in plain English and get back ActiveRecord models, associations, validations, and migration files ready to run.

bagwaa @bagwaa · 6 hours ago
0
Use Claude to Write Pest PHP Tests

Describe a feature in plain English and let Claude generate expressive Pest tests that read like documentation.

bagwaa @bagwaa · 7 hours ago
0
Scaffold a Secure OAuth 2.0 Login Flow with Claude

Describe your OAuth providers and requirements and let Claude scaffold the full login flow — PKCE, state verification, account linking, token issuance, and Pest tests — with the security pitfalls handled correctly.

bagwaa @bagwaa · 8 hours ago