browser-testing-with-s…
Use when testing web applications with visual verification - automates Chrome browser interactions, element selection, and screenshot capture for confirming UI…
Use when writing Agent Relay or Ricky workflows that must loop review, fix, and validation with fresh agent context until independent signoff agents, typically Claude and Codex, both agree the work is comprehensively complete. Covers fresh-context iterations, repairable gates,
$ npx -y skills add AgentWorkforce/relay --skill review-fix-signoff-loop --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/review-fix-signoff-loopContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when writing Agent Relay or Ricky workflows that must loop review, fix, and validation with fresh agent context until independent signoff agents, typically Claude and Codex, both agree the work is comprehensively complete. Covers fresh-context iterations, repairable gates,
name: review-fix-signoff-loop description: Use when writing Agent Relay or Ricky workflows that must loop review, fix, and validation with fresh agent context until independent signoff agents, typically Claude and Codex, both agree the work is comprehensively complete. Covers fresh-context iterations, repairable gates, dual reviewer verdict contracts, iteration-count reporting, PR signoff comments, and blocked-state handling.
Use this pattern for high-stakes implementation workflows where a normal "implement, test, review once" flow is not enough. The workflow must keep repairing and re-reviewing until independent signoff agents agree the spec is fully wired end to end.
Pair this with `writing-agent-relay-workflows` for SDK syntax and `relay-80-100-workflow` for deterministic validation gates.
1. Run deterministic preflight before agents start.
2. Implement with scoped owners.
3. Reconcile before validation.
4. Run repairable validation.
5. Run fresh-context signoff reviews.
6. Break only on dual signoff.
7. Report final signoff.
Use a strict text contract so deterministic gates can parse the result:
VERDICT: COMPREHENSIVELY_SATISFIED | FINDINGS | BLOCKED why_passed: required when VERDICT is COMPREHENSIVELY_SATISFIED end_to_end_wiring_verified: required when VERDICT is COMPREHENSIVELY_SATISFIED deterministic_evidence: required when VERDICT is COMPREHENSIVELY_SATISFIED scope_matrix_verified: required when VERDICT is COMPREHENSIVELY_SATISFIED for cross-repo/provider/package work remaining_risks: required when VERDICT is COMPREHENSIVELY_SATISFIED finding_id: stable-id when VERDICT is FINDINGS severity: blocker | high | medium | low file: path issue: concrete gap fix_required: exact change needed test_required: deterministic proof needed evidence: commands, files, or spec clause
A deterministic dual-signoff gate should require:
Let Claude Code message Codex. Let your Hyperagent talk to your Hermes agent. Give your custom agents a way to message each other.
Repo: AgentWorkforce/relay
Use when testing web applications with visual verification - automates Chrome browser interactions, element selection, and screenshot capture for confirming UI…
Use when coordinating multiple AI agents with Agent Relay's workflow engine and need to pick the right orchestration pattern - covers the 10 core patterns…
Use when creating or improving Claude Code agents. Expert guidance on agent file structure, frontmatter, persona definition, tool access, model selection, and…
Use when creating or publishing Claude Code hooks - covers executable format, event types, JSON I/O, exit codes, security requirements, and PRPM package…
Use when creating or fixing .claude/rules/ files - provides correct paths frontmatter (not globs), glob patterns, and avoids Cursor-specific fields like…
Use when creating new Claude Code skills or improving existing ones - ensures skills are discoverable, scannable, and effective through proper structure, CSO…