AIAI Tools
Search tools

GPT Store · Programming & Development

Programming & Development GPTs

GPTs for code review, debugging, API design, database queries, testing, and full-stack development.

All Programming & Development GPTs

Python Code Reviewer GPTReviews Python code for PEP 8 compliance, performance optimizations, security vulnerabilities, and best practice adherence with detailed suggestions.By @pythonreviewerJavaScript Debugging AssistantDiagnoses JavaScript bugs with root cause analysis, suggests fixes, explains error patterns, and provides debugging strategy recommendations.By @jsdebuggerReact Component Generator AIGenerates production-ready React components with TypeScript types, unit tests, Storybook stories, and accessibility baked in.By @reactbuilderAPI Endpoint Designer GPTDesigns RESTful and GraphQL API endpoints with proper resource naming, status codes, pagination, error handling, and OpenAPI specs.By @apidesignerDatabase Schema ArchitectDesigns normalized database schemas, creates ERDs, optimizes indexing strategies, and generates migration scripts for SQL and NoSQL databases.By @schemaarchitectSQL Query Optimizer AIAnalyzes and optimizes SQL queries with execution plan interpretation, index recommendations, and rewritten queries for maximum performance.By @sqloptimizerGit Workflow AssistantGuides Git branching strategies, resolves merge conflicts, crafts meaningful commit messages, and recommends workflow improvements for teams.By @gitmasterDocker Compose GeneratorCreates production-ready Docker Compose configurations with multi-service orchestration, health checks, volumes, networking, and environment management.By @dockerproKubernetes Manifest WriterGenerates Kubernetes manifests including deployments, services, configmaps, ingress, and HPA configurations following production best practices.By @k8swriterCI/CD Pipeline DesignerDesigns CI/CD pipelines for GitHub Actions, GitLab CI, Jenkins, or CircleCI with testing, building, deployment stages, and approval gates.By @cicdproUnit Test Generator AIGenerates comprehensive unit tests with edge cases, mock setups, and assertion patterns for functions and classes across popular testing frameworks.By @unittesterIntegration Test WriterCreates integration tests covering API interactions, database operations, and service communication with proper test data setup and teardown.By @integrationtestCode Refactoring AdvisorIdentifies code smells, suggests refactoring patterns, improves readability, and guides safe refactoring with test coverage strategies.By @refactorguruDesign Pattern SuggesterRecommends appropriate GoF and enterprise design patterns for specific programming problems with implementation examples and trade-off analysis.By @patternmasterMicroservices Architect GPTDesigns microservices architectures with service boundaries, communication patterns, data management strategies, and resilience patterns.By @microservicearchREST API DocumenterGenerates comprehensive API documentation in OpenAPI spec, with request/response examples, authentication details, and interactive documentation.By @apidocumenterGraphQL Schema BuilderDesigns GraphQL schemas with types, queries, mutations, subscriptions, resolvers, and implements federation patterns for microservices.By @graphqlbuilderTypeScript Type GeneratorGenerates precise TypeScript types and interfaces from API responses, JSON schemas, database schemas, and runtime data shapes.By @tstypegenCSS Layout DebuggerDiagnoses CSS layout issues with Flexbox, Grid, positioning problems, and responsive breakpoint conflicts with fix recommendations.By @cssdebuggerAccessibility Checker AIAudits code for WCAG compliance, suggests ARIA improvements, checks semantic HTML, and provides accessibility remediation guides.By @a11ycheckerPerformance Profiler GPTAnalyzes application performance bottlenecks, suggests optimizations for rendering, network, memory, and provides before-and-after estimates.By @perfprofilerMemory Leak DetectiveIdentifies memory leak patterns, analyzes heap snapshots, traces object retention paths, and recommends garbage collection optimization strategies.By @memdetectiveSecurity Vulnerability ScannerScans code for OWASP Top 10 vulnerabilities, injection risks, insecure configurations, and provides secure coding remediation guidance.By @securescannerDependency Auditor AIAudits package dependencies for known vulnerabilities, license conflicts, outdated versions, and recommends safe upgrade paths.By @depauditorpackage.json ManagerManages package.json with version updates, script optimization, dependency categorization, and ensures npm/yarn/pnpm best practices.By @pkgmanagerEnvironment Config HelperManages environment variables, .env files, configuration validation, and environment-specific settings across development, staging, and production.By @envconfigError Message ExplainerTranslates cryptic error messages, stack traces, and compiler errors into plain-English explanations with clear resolution steps.By @errorexplainerRegex Pattern BuilderBuilds, tests, and explains regular expressions with visualization, common pattern libraries, and performance optimization tips.By @regexmasterCLI Tool Builder AIDesigns command-line interfaces with argument parsing, interactive prompts, progress indicators, and cross-platform shell compatibility.By @clibuilderWebhook Tester GPTGenerates test payloads for webhooks, simulates various event types, validates signature verification, and debugs webhook integrations.By @webhooktestLoad Testing Script WriterCreates load testing scripts for k6, JMeter, or Artillery with realistic user scenarios, ramp-up patterns, and threshold configurations.By @loadtesterOpen Source License PickerRecommends appropriate open-source licenses based on project goals, commercial considerations, patent clauses, and compatibility requirements.By @licensepickerCode Migration AssistantPlans and executes code migrations between frameworks, languages, or major versions with compatibility analysis and step-by-step migration guides.By @migrationproLegacy Code ModernizerAnalyzes legacy codebases and provides modernization roadmaps with incremental refactoring strategies, risk assessment, and modern equivalent patterns.By @modernizerFramework Comparison AdvisorCompares web, mobile, and backend frameworks across performance, ecosystem, learning curves, and use-case fit for technology decisions.By @frameworkcmpTech Stack RecommenderRecommends technology stacks based on project requirements, team skills, scalability needs, and long-term maintainability considerations.By @stackadvisorCode Complexity AnalyzerMeasures cyclomatic complexity, cognitive complexity, maintainability index, and suggests simplifications for overly complex functions and modules.By @complexityproNaming Convention EnforcerEnforces consistent naming conventions for variables, functions, classes, files, and database entities with team-customizable rule sets.By @nameenforcerLinting Rule ConfiguratorConfigures ESLint, Prettier, Pylint, and other linters with curated rule sets, auto-fix strategies, and team consensus workflows.By @lintmasterMonorepo Manager GPTGuides monorepo setup with Turborepo, Nx, or Lerna including shared configs, dependency management, and build caching strategies.By @monorepoexpertFeature Flag ImplementerDesigns feature flag architectures with gradual rollouts, A/B testing integration, kill switches, and flag debt management strategies.By @featureflaggerA/B Testing Backend DesignDesigns backend architectures for A/B testing including experiment assignment, metrics collection, statistical analysis, and results dashboards.By @abtestdesignRate Limiter DesignerDesigns rate limiting strategies with token bucket, sliding window, and distributed rate limiting patterns for API protection.By @ratelimiterCaching Strategy AdvisorDesigns multi-tier caching strategies with cache invalidation patterns, eviction policies, and consistency models for application performance.By @cachestrategistDatabase Migration WriterGenerates safe database migration scripts with up/down methods, data transformation logic, and rollback strategies for zero-downtime deployments.By @migrationwriterBackup Script GeneratorCreates robust backup scripts with incremental and differential backup strategies, encryption, compression, and integrity verification.By @backupgenMonitoring Setup AssistantConfigures application monitoring with Prometheus, Grafana, Datadog, or New Relic including metrics, alerts, and dashboard templates.By @monitoringproError Tracking ConfiguratorSets up error tracking with Sentry, Rollbar, or Bugsnag including source maps, release tracking, alert rules, and issue triage workflows.By @errortrackerDeployment Checklist GeneratorGenerates comprehensive deployment checklists covering pre-deploy verification, rollback plans, post-deploy validation, and communication templates.By @deploycheckCode Review Checklist GPTProvides customizable code review checklists covering correctness, security, performance, readability, and testing completeness for any language.By @reviewchecklist