Advanced
code review automation (#21)
Advanced development task focusing on architecture for Python projects
Coding & Development
Advanced development task focusing on architecture for Python projects
Beginner
Release management (#20)
Generate a CHANGELOG entry for this version. Include features added, bugs fixed, breaking changes, deprecations, and migration guide if needed.
Coding & Development
Generate a CHANGELOG entry for this version. Include features added, bugs fixed, breaking changes, deprecations, and migration guide if needed.
Beginner
Code clarity (#19)
Rewrite comments in this code for clarity and brevity. Keep them high-signal, avoid restating code. Prefer why over what. Limit...
Coding & Development
Rewrite comments in this code for clarity and brevity. Keep them high-signal, avoid restating code. Prefer why over what. Limit to 80 chars per line.
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 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
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
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.
Advanced
Intermittent bug fixing (#13)
This [LANGUAGE] code throws [ERROR_TYPE] intermittently. The error happens [FREQUENCY] in [SCENARIO]. Debug and propose fix with explanation.
Coding & Development
This [LANGUAGE] code throws [ERROR_TYPE] intermittently. The error happens [FREQUENCY] in [SCENARIO]. Debug and propose fix with explanation.
Beginner
Basic debugging (#15)
Fix this [LANGUAGE] code that produces [INCORRECT_OUTPUT] instead of [EXPECTED_OUTPUT]. Identify the bug and provide a corrected version with line-by-line...
Coding & Development
Fix this [LANGUAGE] code that produces [INCORRECT_OUTPUT] instead of [EXPECTED_OUTPUT]. Identify the bug and provide a corrected version with line-by-line explanation.