← Index7 entries · By Vocation
Section II · For the Junior Developer
Prompts for the Junior Developer
AI prompts for junior developers: explaining unfamiliar code, debugging help, writing tests, and learning new frameworks.
№ 006coding
Explain Complex Code in Simple Terms
Turn confusing code into a clear, junior-friendly explanation with edge-case notes.
For
claude·chatgpt
№ 012coding
Debug an Error Message Step-by-Step
Get a structured debugging plan: error explanation, ranked root causes, tests, and fixes.
For
claude·chatgpt
№ 022coding
Generate Unit Tests for a Function
Generate comprehensive unit tests with happy path, edge cases, and failure modes.
For
claude·chatgpt
№ 023coding
Write a Clear Git Commit Message
Generate a Conventional Commits-compliant git commit message with context and rationale.
For
claude·chatgpt
№ 026coding
Translate Code From One Language to Another
Convert code between programming languages while using idiomatic patterns in the target language.
For
claude·chatgpt
№ 097coding
Explain and Write a Regex From Plain English
Translate a plain-English matching requirement into a regex with line-by-line breakdown and edge cases.
For
claude·chatgpt
№ 099coding
Write Unit Tests for an Existing Function
Generate a thorough unit test suite covering happy path, branches, edges, and errors.
For
claude·chatgpt