TEST-INFRA: [missing-test-levels] Add Robot and ASV tests for the 'skills' module #1852

Open
opened 2026-04-02 23:58:49 +00:00 by freemo · 2 comments
Owner

Metadata

  • Branch: test/skills-robot-asv-tests
  • Commit Message: test(skills): add Robot integration tests and ASV benchmarks for skills module
  • Milestone: v3.8.0
  • Parent Epic: #933

Description

The skills module in src/cleveragents/skills is missing two of the three required test levels: Robot integration tests and ASV performance benchmarks.

Per CONTRIBUTING.md's Multi-Level Testing Mandate, every module must have comprehensive test coverage at all three levels:

  • Behave unit tests (in features/) — already present
  • Robot integration tests (in robot/) — missing
  • ASV performance benchmarks (in benchmarks/) — missing

The skills module is a core architectural component of CleverAgents — it provides the skill abstraction layer that enables actors and agents to invoke reusable, composable capabilities. Comprehensive test coverage at all levels is essential to ensure reliability and performance.

Subtasks

  • Add Robot Framework integration tests in robot/ for the skills module (no mocks — real services only)
  • Add ASV performance benchmarks in benchmarks/ for key skills module operations
  • Run nox -e integration_tests and confirm all new Robot tests pass
  • Run nox -e coverage_report and confirm coverage for the skills module is >= 97%
  • Run nox -e typecheck and confirm zero Pyright errors
  • Run nox -e lint and confirm zero linting errors
  • Run full nox suite and confirm all sessions pass

Definition of Done

  • The skills module has comprehensive Robot and ASV test coverage
  • All new tests pass in the CI pipeline
  • Test coverage for the skills module is at least 97%
  • Commit created with exact message: test(skills): add Robot integration tests and ASV benchmarks for skills module
  • Commit footer includes ISSUES CLOSED: #<this issue number>
  • Commit pushed to branch test/skills-robot-asv-tests
  • Pull request submitted, reviewed, and merged
  • All nox stages pass
  • Coverage >= 97%

Automated by CleverAgents Bot
Supervisor: Test Infrastructure | Agent: ca-new-issue-creator

## Metadata - **Branch**: `test/skills-robot-asv-tests` - **Commit Message**: `test(skills): add Robot integration tests and ASV benchmarks for skills module` - **Milestone**: v3.8.0 - **Parent Epic**: #933 ## Description The `skills` module in `src/cleveragents/skills` is missing two of the three required test levels: Robot integration tests and ASV performance benchmarks. Per CONTRIBUTING.md's Multi-Level Testing Mandate, every module must have comprehensive test coverage at all three levels: - **Behave** unit tests (in `features/`) — already present - **Robot** integration tests (in `robot/`) — **missing** - **ASV** performance benchmarks (in `benchmarks/`) — **missing** The `skills` module is a core architectural component of CleverAgents — it provides the skill abstraction layer that enables actors and agents to invoke reusable, composable capabilities. Comprehensive test coverage at all levels is essential to ensure reliability and performance. ## Subtasks - [ ] Add Robot Framework integration tests in `robot/` for the `skills` module (no mocks — real services only) - [ ] Add ASV performance benchmarks in `benchmarks/` for key `skills` module operations - [ ] Run `nox -e integration_tests` and confirm all new Robot tests pass - [ ] Run `nox -e coverage_report` and confirm coverage for the `skills` module is >= 97% - [ ] Run `nox -e typecheck` and confirm zero Pyright errors - [ ] Run `nox -e lint` and confirm zero linting errors - [ ] Run full `nox` suite and confirm all sessions pass ## Definition of Done - [ ] The `skills` module has comprehensive Robot and ASV test coverage - [ ] All new tests pass in the CI pipeline - [ ] Test coverage for the `skills` module is at least 97% - [ ] Commit created with exact message: `test(skills): add Robot integration tests and ASV benchmarks for skills module` - [ ] Commit footer includes `ISSUES CLOSED: #<this issue number>` - [ ] Commit pushed to branch `test/skills-robot-asv-tests` - [ ] Pull request submitted, reviewed, and merged - All nox stages pass - Coverage >= 97% --- **Automated by CleverAgents Bot** Supervisor: Test Infrastructure | Agent: ca-new-issue-creator
freemo added this to the v3.8.0 milestone 2026-04-02 23:59:50 +00:00
Author
Owner

Issue triaged by project owner:

  • State: Verified
  • MoSCoW: MoSCoW/Could Have — CI/test infrastructure improvement.

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

Issue triaged by project owner: - **State**: Verified - **MoSCoW**: MoSCoW/Could Have — CI/test infrastructure improvement. --- **Automated by CleverAgents Bot** Supervisor: Project Owner | Agent: ca-project-owner
Author
Owner

Issue triaged by project owner:

  • State: Verified
  • MoSCoW: MoSCoW/Could Have — CI/test infrastructure improvement.

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

Issue triaged by project owner: - **State**: Verified - **MoSCoW**: MoSCoW/Could Have — CI/test infrastructure improvement. --- **Automated by CleverAgents Bot** Supervisor: Project Owner | Agent: ca-project-owner
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#1852
No description provided.