Pre-populated prompts for common development tasks. Copy and customize for your needs.
Perform thorough code reviews focusing on best practices, security, and maintainability.
Create comprehensive unit tests with edge cases and mocking strategies.
Design RESTful APIs following best practices with proper endpoint structure.
Analyze code performance and suggest optimizations for bottlenecks.
Validate JSON schemas and suggest improvements for data structures.
Create robust error handling strategies with user-friendly messages.
Refactor code for better readability, maintainability, and performance.
Create integration tests that validate system components working together.
Identify security vulnerabilities and suggest hardening measures.
Generate TypeScript types and interfaces from data structures.
Create and explain regex patterns for various validation scenarios.
Write safe database migrations with rollback strategies.
Design React component architecture with proper state management.
Build command-line tools with argument parsing and help documentation.
Design Git workflows and branching strategies for teams.
Optimize algorithms for time and space complexity.
Generate comprehensive JUnit unit tests with high coverage, mocking, and edge-case validation.
Write high-quality Jest unit tests for non-UI logic such as utils, services, and pure functions.
Write Jest + React Testing Library unit tests for React components with user interaction testing.
Generate Angular unit tests using TestBed with Jasmine/Karma for components and services.
Write unit tests for Vue.js components using Vue Test Utils with Vitest or Jest.
Generate complete Pytest unit tests with fixtures, mocking, and high branch coverage.
Write robust xUnit unit tests with Moq mocking and comprehensive scenario coverage.
Write Go unit tests with table-driven tests, mocking, and concurrency coverage.
Generate complete PHPUnit unit tests with Mockery and comprehensive flow validation.
Write RSpec unit tests with describe/context structure and comprehensive path coverage.
Generate complete Swift unit tests with XCTest, protocol-based mocks, and async coverage.
Design and improve API integration tests with comprehensive validation of contracts, flows, and edge cases.
Create integration testing approach for microservices with service-to-service communication validation.
Design integration tests for database interactions with transaction and constraint validation.