Coding
PromptBeginner5 minmarkdown
Nano Banana Pro
Agent skill for nano-banana-pro
7
Requires proof before marking work complete — no "trust me, it works
Sign in to like and favorite skills
"The code looks correct" is NOT validation.
Every change must be verified with empirical evidence before being marked complete.
| Change Type | Required Validation | Tool |
|---|---|---|
| UI Changes | Screenshot showing expected visual state | |
| API Endpoints | Command showing correct response | |
| Build/Config | Successful build or test output | |
| Data Changes | Query showing expected data state | |
| File Operations | File listing or content verification | |
Identify Verification Criteria
Execute Verification
Document Evidence
.agent/state/JOURNAL.md under the taskConfirm Against Criteria
# Good: Actual test showing response curl -X POST http://localhost:3000/api/login -d '{"email":"[email protected]"}' # Output: {"success":true,"token":"..."} # Bad: Just saying "endpoint works"
# Good: Take screenshot with browser tool - Navigate to /dashboard - Capture screenshot - Confirm: Header visible? Data loaded? Layout correct? # Bad: "The component should render correctly"
# Good: Show build output npm run build # Output: Successfully compiled... # Bad: "Build should work now"
Never use these as justification for completion:
This skill integrates with:
/verify — Primary workflow using this skill/execute — Must validate before marking tasks completeGEMINI.md — Empirical Validation enforcementIf verification fails:
.agent/state/STATE.md