test

SkillDev tools

Test writing, reviewing, and running for Rossoctl - smart router for test workflows

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the test skill

What this skill tells your AI

The instructions your AI receives, as published by rossoctl/rossoctl in .claude/skills/test/SKILL.md and read by ahel’s review.

flowchart TD
    START([Need Tests]) --> TEST{"/test"}
    TEST -->|Write new tests| WRITE["test:write"]:::test
    TEST -->|Review quality| REVIEW["test:review"]:::test
    TEST -->|Run on Kind| RUNKIND["test:run-kind"]:::test
    TEST -->|Run on HyperShift| RUNHS["test:run-hypershift"]:::test
    TEST -->|Playwright| PW["test:playwright"]:::test
    TEST -->|Full TDD loop| TDD["tdd/*"]:::tdd

    WRITE --> REVIEW
    REVIEW -->|Issues found| WRITE
    REVIEW -->|Clean| RUN{Run where?}
    RUN -->|Kind| RUNKIND
    RUN -->|HyperShift| RUNHS

    classDef tdd fill:#4CAF50,stroke:#333,color:white
    classDef test fill:#9C27B0,stroke:#333,color:white

Follow this diagram as the workflow.

Test Skills

Test management for Rossoctl: write, review, and run tests.

Auto-Select Sub-Skill

What do you need?
    │
    ├─ Write pytest E2E/unit tests
    │   → test:write
    │
    ├─ Write Playwright demo tests
    │   → test:playwright
    │
    ├─ Review existing tests for quality
    │   → test:review
    │
    ├─ Run tests on Kind cluster
    │   → test:run-kind
    │
    ├─ Run tests on HyperShift cluster
    │   → test:run-hypershift
    │
    └─ Full TDD loop (write + run + iterate)
        → tdd (which links back here for test quality)

Available Skills

SkillPurposeFramework
test:writeWrite pytest E2E/unit testspytest
test:playwrightWrite Playwright demo tests (markStep, assertions, narration)Playwright
test:reviewReview test quality, catch bad patternsAny
test:run-kindRun tests on Kind clusterpytest
test:run-hypershiftRun tests on HyperShift clusterpytest

Test Workflow in TDD

tdd:* → Write/fix code → test:write (if new tests needed)
                        → test:review (verify test quality)
                        → test:run-kind or test:run-hypershift
                        → Pass? → git:commit → git:rebase → Push

Related Skills

  • tdd:ci - CI-driven TDD loop
  • tdd:kind - TDD on Kind
  • tdd:hypershift - TDD on HyperShift
  • git:commit - Commit after tests pass

Signals

GitHub stars
300
Forks
107
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
test-rossoctl
Source
github.com/rossoctl/rossoctl