NNextron Docs
AI prompts

Debug, test, and ship

Prompts that require evidence, regression checks, and clear verification results.

These recipes make diagnosis and verification part of the requested outcome. They tell the agent to distinguish confirmed findings from recommendations and to report the commands it actually ran.

Diagnose a defect

Use Diagnose a bug. Include the observed behavior, expected behavior, reproduction steps, and relevant error output. The agent is instructed to establish the root cause before applying the smallest complete fix.

Add coverage

Use Add test coverage to cover observable behavior and configuration-dependent branches. State the behavior that must remain stable rather than requesting snapshots of implementation details.

Review a release

Use Review deployment readiness before shipping. Add your target platform and any external services under Requirements. The result separates blocking failures from follow-up improvements and finishes with a concise release checklist.

On this page