Viewing
Difficulty: Intermediate
152 prompts
Intermediate
Community engagement (#510)
Write [NUMBER] Reddit post titles and first comments for r/[SUBREDDIT]. Be authentic, follow community norms, ask genuine questions. Vary approaches.
Content Creation & Writing
Write [NUMBER] Reddit post titles and first comments for r/[SUBREDDIT]. Be authentic, follow community norms, ask genuine questions. Vary approaches.
Intermediate
Database debugging (#14)
Why does this query return unexpected results? Analyze the SQL/query logic, check for edge cases, and propose optimized query with...
Coding & Development
Why does this query return unexpected results? Analyze the SQL/query logic, check for edge cases, and propose optimized query with explanation.
Intermediate
API documentation (#16)
From these handlers/schemas, draft OpenAPI 3.1 docs with examples. Note deprecated endpoints, auth, rate limits, error models. Output valid YAML...
Coding & Development
From these handlers/schemas, draft OpenAPI 3.1 docs with examples. Note deprecated endpoints, auth, rate limits, error models. Output valid YAML plus human-readable summary.
Intermediate
Code documentation (#17)
Generate comprehensive docstrings for this [LANGUAGE] module. Include description, parameters, return types, exceptions, and usage examples. Follow [STYLE].
Coding & Development
Generate comprehensive docstrings for this [LANGUAGE] module. Include description, parameters, return types, exceptions, and usage examples. Follow [STYLE].
Intermediate
Project onboarding (#18)
Create a README for [PROJECT]. Include: quick start, env setup, dev scripts, architecture overview, common pitfalls, troubleshooting. Optimize for new...
Coding & Development
Create a README for [PROJECT]. Include: quick start, env setup, dev scripts, architecture overview, common pitfalls, troubleshooting. Optimize for new contributors in 5 minutes.
Intermediate
Code quality assessment (#3)
Review this code for maintainability. Create a markdown checklist covering: readability, modularity, test coverage, documentation, and potential technical debt. Include...
Coding & Development
Review this code for maintainability. Create a markdown checklist covering: readability, modularity, test coverage, documentation, and potential technical debt. Include a risk assessment and improvement priority.
Intermediate
Technical decision-making (#4)
Compare these two implementations of [FEATURE]. Rate each on: clarity, performance, maintainability, and scalability. Recommend one and justify your choice...
Coding & Development
Compare these two implementations of [FEATURE]. Rate each on: clarity, performance, maintainability, and scalability. Recommend one and justify your choice with concrete examples.
Intermediate
Automation (#6)
Generate a [LANGUAGE] script for [TASK]. Requirements: [LIST]. Use [LIBRARY/FRAMEWORK]. Include error handling, logging, and inline comments. Output a single,...
Coding & Development
Generate a [LANGUAGE] script for [TASK]. Requirements: [LIST]. Use [LIBRARY/FRAMEWORK]. Include error handling, logging, and inline comments. Output a single, executable code block.
Intermediate
API development (#7)
Build a [FRAMEWORK] REST API endpoint for [RESOURCE]. Include: request validation, error handling, authentication check, and comprehensive docstring. Return OpenAPI-compatible...
Coding & Development
Build a [FRAMEWORK] REST API endpoint for [RESOURCE]. Include: request validation, error handling, authentication check, and comprehensive docstring. Return OpenAPI-compatible code.
Intermediate
Test automation (#8)
Generate [LANGUAGE] unit tests for this function. Cover: happy path, 3 edge cases, and one failure scenario. Use [TEST_FRAMEWORK]. Include...
Coding & Development
Generate [LANGUAGE] unit tests for this function. Cover: happy path, 3 edge cases, and one failure scenario. Use [TEST_FRAMEWORK]. Include setup/teardown and use naming consistent with [STYLE].