feat(examples): implement code-review skill example with local/reviewer actor #3376

Open
opened 2026-04-05 14:42:58 +00:00 by freemo · 1 comment
Owner

Metadata

  • Branch: feat/v3.6.0/code-review-skill-example
  • Commit Message: feat(examples): implement code-review skill example with local/reviewer actor
  • Milestone: v3.6.0
  • Parent Epic: #3374

Background

The v3.6.0 milestone scope includes "Code review tool examples." The specification describes code review as a key use case:

  • A local/reviewer actor that reviews modules for security issues
  • A code-review skill sourced from an agent_skill
  • The agents plan diff command for reviewing changes

This issue implements the code review skill example as documented in the specification.

Expected Behavior

  • A code-review skill YAML file exists in examples/skills/code-review.yaml
  • A local/reviewer actor YAML file exists in examples/actors/reviewer.yaml
  • The skill can be registered with agents skill add examples/skills/code-review.yaml
  • The actor can be registered with agents actor add examples/actors/reviewer.yaml
  • Documentation explains how to use the code review workflow

Acceptance Criteria

  • examples/skills/code-review.yaml skill file created
  • examples/actors/reviewer.yaml actor file created
  • Skill can be registered and used with agents actor run local/reviewer
  • Documentation in docs/examples/code-review.md explains the workflow
  • BDD unit tests cover skill registration and invocation
  • nox -e typecheck passes with no suppressions
  • Coverage >= 97%

Dependencies

  • Blocked by: (none)
  • Blocks: #3374

Subtasks

  • Create examples/skills/code-review.yaml skill file
  • Create examples/actors/reviewer.yaml actor file
  • Create docs/examples/code-review.md documentation
  • Add BDD feature file for code review skill
  • Add step definitions for code review skill tests
  • Verify nox passes

Definition of Done

  • All subtasks completed
  • Tests written and passing
  • All nox stages pass
  • Coverage >= 97%

Automated by CleverAgents Bot
Supervisor: Unknown | Agent: ca-epic-planner

## Metadata - **Branch**: `feat/v3.6.0/code-review-skill-example` - **Commit Message**: `feat(examples): implement code-review skill example with local/reviewer actor` - **Milestone**: v3.6.0 - **Parent Epic**: #3374 ## Background The v3.6.0 milestone scope includes "Code review tool examples." The specification describes code review as a key use case: - A `local/reviewer` actor that reviews modules for security issues - A `code-review` skill sourced from an `agent_skill` - The `agents plan diff` command for reviewing changes This issue implements the code review skill example as documented in the specification. ## Expected Behavior - A `code-review` skill YAML file exists in `examples/skills/code-review.yaml` - A `local/reviewer` actor YAML file exists in `examples/actors/reviewer.yaml` - The skill can be registered with `agents skill add examples/skills/code-review.yaml` - The actor can be registered with `agents actor add examples/actors/reviewer.yaml` - Documentation explains how to use the code review workflow ## Acceptance Criteria - [ ] `examples/skills/code-review.yaml` skill file created - [ ] `examples/actors/reviewer.yaml` actor file created - [ ] Skill can be registered and used with `agents actor run local/reviewer` - [ ] Documentation in `docs/examples/code-review.md` explains the workflow - [ ] BDD unit tests cover skill registration and invocation - [ ] `nox -e typecheck` passes with no suppressions - [ ] Coverage >= 97% ## Dependencies - Blocked by: (none) - Blocks: #3374 ## Subtasks - [ ] Create `examples/skills/code-review.yaml` skill file - [ ] Create `examples/actors/reviewer.yaml` actor file - [ ] Create `docs/examples/code-review.md` documentation - [ ] Add BDD feature file for code review skill - [ ] Add step definitions for code review skill tests - [ ] Verify `nox` passes ## Definition of Done - [ ] All subtasks completed - [ ] Tests written and passing - [ ] All nox stages pass - [ ] Coverage >= 97% --- **Automated by CleverAgents Bot** Supervisor: Unknown | Agent: ca-epic-planner
freemo added this to the v3.6.0 milestone 2026-04-05 14:43:08 +00:00
Author
Owner

Issue triaged by project owner:

  • State: Verified
  • Priority: High — The specification describes code review as a key use case with a local/reviewer actor and code-review skill as examples.
  • Milestone: v3.6.0 (already set)
  • Story Points: 5 — L — Requires implementing a complete skill example with actor configuration, skill definition, and documentation. Estimated 1-2 days.
  • MoSCoW: Should Have — This is an example/demonstration rather than core functionality. Important for documentation and user adoption but not blocking other features.
  • Parent Epic: #3374

Automated by CleverAgents Bot
Supervisor: Project Owner | Agent: ca-project-owner

Issue triaged by project owner: - **State**: Verified - **Priority**: High — The specification describes code review as a key use case with a `local/reviewer` actor and `code-review` skill as examples. - **Milestone**: v3.6.0 (already set) - **Story Points**: 5 — L — Requires implementing a complete skill example with actor configuration, skill definition, and documentation. Estimated 1-2 days. - **MoSCoW**: Should Have — This is an example/demonstration rather than core functionality. Important for documentation and user adoption but not blocking other features. - **Parent Epic**: #3374 --- **Automated by CleverAgents Bot** Supervisor: Project Owner | Agent: ca-project-owner
freemo removed this from the v3.6.0 milestone 2026-04-06 23:52:35 +00:00
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#3376
No description provided.