Viewing
Difficulty: Beginner
24 prompts
Beginner
Documentation writing (#502)
Create an outline for a comprehensive guide on [TOPIC]. Structure should have: overview, prerequisites, step-by-step sections, troubleshooting, FAQs. Each section...
Blog & Articles
Create an outline for a comprehensive guide on [TOPIC]. Structure should have: overview, prerequisites, step-by-step sections, troubleshooting, FAQs. Each section 2-3 sentences.
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.
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.
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.