fix(skills): unify explanation length to 1-2 sentences across Steps 6 and 7

This commit is contained in:
Zamil Majdy
2026-03-23 22:45:23 +07:00
parent 221873ccc0
commit 645eb59d60

View File

@@ -368,7 +368,7 @@ agent-browser --session-name pr-test screenshot $RESULTS_DIR/{NN}-{description}.
For each screenshot:
1. Use the `Read` tool to display the PNG file (Claude can read images)
2. Write a 2-3 sentence explanation below it describing:
2. Write a 1-2 sentence explanation below it describing:
- What page/state is being shown
- What the screenshot proves (which test scenario it validates)
- Any notable details visible in the UI
@@ -379,7 +379,7 @@ Format the output like this:
### Screenshot 1: {descriptive title}
[Read the PNG file here]
**What it shows:** {2-3 sentence explanation of what this screenshot proves}
**What it shows:** {1-2 sentence explanation of what this screenshot proves}
---
```