task-observer: qa-test updates from 2026-05-11#15
Conversation
From task-observer observations 011, 014, 018 (journology/log.md).
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 777a1accac
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| After completing [scenario], also verify persisted data: | ||
| - [Specific check, e.g. "confirm no duplicate clues across legs in the DB"] | ||
| - Report FAIL if the invariant is violated even when the UI shows success | ||
| ``` |
There was a problem hiding this comment.
Remove DB invariant checks from browser-only subagent prompt
This new instruction asks the QA subagent to verify persisted data invariants in the DB, but this skill defines the subagent as Playwright-only with no source or backend access (see earlier constraints in this same file). As written, the subagent cannot execute these checks, so runs will either silently skip required verification or report unverifiable FAILs, which makes the workflow unreliable for exactly the scenarios this section targets.
Useful? React with 👍 / 👎.
Target
skill: .agents/skills/qa-test/SKILL.md
Observations addressed
Generated by Claude Code