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

// 70 tips tagged "javascript"

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 · 1 hour ago
0
Ask Claude to Scaffold New Features Using Your Existing Code Conventions

Before asking Claude to scaffold a new feature, point it at your existing code first — it will match your naming, structure, error handling, and test patterns exactly rather than defaulting to framework boilerplate.

bagwaa @bagwaa · 1 hour ago
0
Detect and Fix Memory Leaks in Your Node.js Application with Claude

Hand Claude your heap snapshots or server code and ask it to trace memory leaks — it spots missing event listener cleanup, unbounded caches, and stream lifecycle bugs that are easy to miss in code review.

bagwaa @bagwaa · 2 hours ago
0
Migrate Your Tailwind CSS v2 Classes to v4 with Claude

Ask Claude to migrate your Tailwind v2 utility classes and config to v4 — it handles renamed utilities, the new CSS-first config format, and @theme variable mappings across your whole codebase.

bagwaa @bagwaa · 2 hours 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 · 2 hours 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 · 2 hours ago
0
Add Progressive Web App Support to Your Site with Claude

Let Claude generate a complete PWA setup — manifest, service worker with Workbox, caching strategies, and all the meta tags you'd otherwise forget.

bagwaa @bagwaa · 2 hours ago
0
Set Up Monorepo Build Orchestration with Nx Using Claude

Let Claude configure Nx in your monorepo — dependency graphs, affected builds, caching, and task pipelines — so CI only rebuilds what changed.

bagwaa @bagwaa · 2 hours ago
0
Convert JavaScript to TypeScript Incrementally with Claude

Migrate JavaScript to TypeScript one file at a time with Claude — set up allowJs, convert leaf modules first, then tighten strict mode when you're ready.

bagwaa @bagwaa · 2 hours ago
0
Prototype a Full-Stack MVP in a Single Claude Code Session

Give Claude a clear product brief and let it scaffold a working full-stack MVP — backend, frontend, and dev tooling — in a single session.

bagwaa @bagwaa · 3 hours 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 · 3 hours ago
0
Convert React Class Components to Functional Hooks with Claude

Migrate React class components to functional components with hooks — Claude handles lifecycle methods, state, refs, and HoC replacements automatically.

bagwaa @bagwaa · 4 hours ago