Coding
33 prompts found
API Reference Documentation Forge
For platform teams generating accurate API reference docs from schemas, routes, or endpoint notes.
Bug Hunter Stack Trace Decoder
For developers who need fast, accurate explanations of crashes, exceptions, and stack traces in production code.
Cross Language Parity Checker
For engineers validating that two implementations in different languages behave identically across edge cases.
Database Change Safety Auditor
For backend and data engineers reviewing schema or query changes that could cause outages, locks, or data loss.
Edge Case Logic Auditor
For engineers validating tricky conditional logic, boundary handling, and hidden failure modes before release.
Function Optimizer Performance Surgeon
For engineers optimizing hot-path functions that must run faster without changing behavior or safety guarantees.
GitHub Issue Briefing Formatter
For teams turning rough bug reports or feature ideas into actionable GitHub issues.
Multi Pass PR Review Director
For senior reviewers who want one prompt to inspect correctness, security, performance, and tests in separate passes.
OpenAPI Spec to REST Code Smith
For API teams converting OpenAPI definitions into implementation-ready server code.
Production Readiness PR Gatekeeper
For release managers and senior engineers deciding whether a PR is safe to deploy to production.
REST API Endpoint Factory
For backend engineers who need production-ready REST endpoints with validation, errors, and docs.
Security First Pull Request Auditor
For security-minded engineers reviewing PRs that touch authentication, authorization, or sensitive data flows.
Technical Documentation Generator
For engineers and technical writers who need accurate, maintainable docs from existing codebases or specs.
Unit Test Suite Forge
For engineers who need comprehensive unit tests covering branches, edge cases, and regressions.
API Mock Server Blueprinter
For teams building mock services that simulate realistic API behavior before backend completion.
Backend Test Fixture Architect
For senior engineers creating reusable fixtures and mocks for complex backend test suites.
Frontend Regression Reviewer
For frontend engineers reviewing UI changes that may break accessibility, interaction flow, or visual stability.
JavaScript to Python Rebuilder
For developers converting JavaScript utilities into clean Python modules with clear structure and idiomatic naming.
Legacy Code Modernizer
For teams refactoring old code into cleaner, safer, and more maintainable modern implementations.
Legacy Risk PR Sheriff
For teams touching legacy systems that need careful review of hidden coupling, regressions, and technical debt.
Mock Data Crafter Studio
For developers and analysts who need realistic mock datasets for demos, tests, or prototypes.
Performance Bottleneck PR Inspector
For backend and frontend engineers reviewing changes that may introduce latency, memory, or rendering regressions.
Plain Language Code Explainer
For developers and learners who need simple explanations of unfamiliar code without jargon or unnecessary detail.
README Architect Project Writer
For developers shipping open-source or internal projects who need a polished README fast.
Refactor Opportunity Code Critic
For engineers who want practical refactor suggestions without changing behavior or introducing unnecessary complexity.
SQL Query Forensic Architect
For analysts and engineers who need accurate SQL for complex reporting, joins, and filtering.
API Contract Review Analyst
For engineers reviewing API changes that may break clients, contracts, or backward compatibility guarantees.
Database Seed Script Alchemist
For developers who need repeatable seed scripts for local databases and test environments.
Error Message Interpreter
For developers and support staff who need plain-English explanations of compiler, runtime, or API errors.
Git Commit Message Crafter
For developers who want concise, conventional commit messages from diffs or change summaries.
Python to JavaScript Translator
For developers converting Python logic into idiomatic JavaScript while preserving behavior and edge cases.
Regex Pattern Black Belt
For developers who need reliable regex patterns for validation, extraction, or text cleanup.
Test Coverage Gap Detective
For QA-aware developers and tech leads checking whether a PR has enough meaningful tests for the changed behavior.