Browse Categories

Development & Code

50 prompts found

Technical Debt Assessment Prompt Code Review

Technical Debt Assessment Prompt

Analyze this codebase description for technical debt: [CODEBASE DESCRIPTION/KEY FILES] Assess: code duplication, outdated dependencies, missing tests, documentation gaps, architectural…

August 29, 2026 0
Pull Request Description Generator Code Review

Pull Request Description Generator

Write a pull request description for: [CHANGE SUMMARY]. Include: Summary (what and why), Changes (bulleted list), Testing (how to test…

August 29, 2026 0
Code Review Checklist Generator Code Review

Code Review Checklist Generator

Generate a comprehensive code review checklist for [LANGUAGE/FRAMEWORK] projects. Organize by category: Architecture, Code Style, Security, Performance, Testing, Documentation, Error…

August 29, 2026 0
Accessibility Code Review Prompt Code Review

Accessibility Code Review Prompt

Review this [HTML/COMPONENT] code for WCAG 2.1 AA compliance: ``` [CODE] ``` Check: semantic HTML, ARIA usage, keyboard navigation, focus…

August 29, 2026 0
API Design Review Prompt Code Review

API Design Review Prompt

Review this API design: ``` [OPENAPI/SWAGGER SPEC] ``` Evaluate: REST compliance (resource naming, HTTP methods, status codes), versioning strategy, pagination,…

August 29, 2026 0
Database Schema Review Prompt Code Review

Database Schema Review Prompt

Review this database schema for [PURPOSE]: ``` [DDL/SCHEMA] ``` Evaluate: normalization level (1NF-3NF/BCNF), index strategy, foreign key constraints, data types…

August 29, 2026 0
React Component Review Prompt Code Review

React Component Review Prompt

Review this React component for: ```tsx [CODE] ``` Check: component design (single responsibility), hooks usage correctness (dependency arrays, custom hooks),…

August 29, 2026 0
Performance Code Review Prompt Code Review

Performance Code Review Prompt

Analyze this [LANGUAGE] code for performance issues: ``` [CODE] ``` Evaluate: time complexity (Big-O), space complexity, database query efficiency, N+1…

August 29, 2026 0
Security Code Review Prompt Template Code Review

Security Code Review Prompt Template

Perform a security review of this [LANGUAGE] code: ``` [CODE] ``` Check for: OWASP Top 10 vulnerabilities (injection, broken auth,…

August 29, 2026 0
AI Code Review Prompt for Best Practices Code Review

AI Code Review Prompt for Best Practices

Review the following [LANGUAGE] code for best practices: ```[LANGUAGE] [CODE] ``` Analyze: 1) Code style and formatting, 2) Naming conventions,…

August 29, 2026 0