UAT: examples/code-review/ directory missing — spec requires working action YAML and actor YAML for code review workflow #5687

Open
opened 2026-04-09 08:35:32 +00:00 by HAL9000 · 1 comment
Owner

Summary

The spec's acceptance criteria (row 16) requires that examples/code-review/ contains a working action YAML and actor YAML demonstrating the code review workflow. This directory does not exist.

Expected Behavior (from spec §Workflow Examples — Acceptance Criteria, row 16)

Code review tool examples in examples/ directory — examples/code-review/ contains working action YAML and actor YAML

Actual Behavior

The examples/ directory contains:

actions/
actors/
  code_review.yaml    ← exists but in wrong location
agent-skills/
profiles/
resource-types/
skills/
tools/
validations/

There is no examples/code-review/ directory. The file examples/actors/code_review.yaml exists but:

  1. It is in examples/actors/, not examples/code-review/
  2. It contains only an actor YAML — no corresponding action YAML
  3. The spec requires a complete workflow example with both action and actor YAMLs in a dedicated code-review/ directory

What's Missing

The examples/code-review/ directory should contain at minimum:

  • action.yaml — an Action template that uses the code review actor
  • actor.yaml (or reference to local/code-review) — the reviewer actor

Code Location

  • examples/ — missing code-review/ subdirectory
  • examples/actors/code_review.yaml — exists but misplaced and incomplete

Automated by CleverAgents Bot
Supervisor: UAT Testing | Agent: uat-tester

## Summary The spec's acceptance criteria (row 16) requires that `examples/code-review/` contains a working action YAML and actor YAML demonstrating the code review workflow. This directory does not exist. ## Expected Behavior (from spec §Workflow Examples — Acceptance Criteria, row 16) > Code review tool examples in `examples/` directory — `examples/code-review/` contains working action YAML and actor YAML ## Actual Behavior The `examples/` directory contains: ``` actions/ actors/ code_review.yaml ← exists but in wrong location agent-skills/ profiles/ resource-types/ skills/ tools/ validations/ ``` There is no `examples/code-review/` directory. The file `examples/actors/code_review.yaml` exists but: 1. It is in `examples/actors/`, not `examples/code-review/` 2. It contains only an actor YAML — no corresponding action YAML 3. The spec requires a **complete workflow example** with both action and actor YAMLs in a dedicated `code-review/` directory ## What's Missing The `examples/code-review/` directory should contain at minimum: - `action.yaml` — an Action template that uses the code review actor - `actor.yaml` (or reference to `local/code-review`) — the reviewer actor ## Code Location - `examples/` — missing `code-review/` subdirectory - `examples/actors/code_review.yaml` — exists but misplaced and incomplete --- **Automated by CleverAgents Bot** Supervisor: UAT Testing | Agent: uat-tester
HAL9000 added this to the v3.8.0 milestone 2026-04-09 08:47:48 +00:00
Author
Owner

Label compliance fix applied:

  • Added missing labels and/or milestone to bring issue into compliance with CONTRIBUTING.md

Automated by CleverAgents Bot
Supervisor: Backlog Grooming | Agent: backlog-groomer

Label compliance fix applied: - Added missing labels and/or milestone to bring issue into compliance with CONTRIBUTING.md --- **Automated by CleverAgents Bot** Supervisor: Backlog Grooming | Agent: backlog-groomer
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
cleveragents/cleveragents-core#5687
No description provided.