Source profileQuality 54/100

roomkit-live/roomkit/examples/skills/test-writer/SKILL.md

test-writer

Generate comprehensive pytest test cases from source code

Source repository stars
30
Declared platforms
0
Static risk flags
0
Last source update
2026-07-28
Source checked
2026-07-28

Decision brief

What it does—and where it fits

Generate tests using pytest following these principles:

Best for

    Not for

    • Tasks that require unconfirmed production actions or broad system permissions.
    • Environments where the pinned source and install steps cannot be inspected.

    Compatibility matrix

    Platform support, with evidence labels

    PlatformStatusEvidenceWhat to check
    CodexNot declaredNo explicit evidencePortability before use
    Claude CodeNot declaredNo explicit evidencePortability before use
    CursorNot declaredNo explicit evidencePortability before use
    Gemini CLINot declaredNo explicit evidencePortability before use
    Open the compatibility checker

    Installation

    Inspect first. Install second.

    The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

    Source-detected install commandSource
    npx skills add https://github.com/roomkit-live/roomkit --skill "examples/skills/test-writer"
    Safe inspection promptEditorial

    Inspect the Agent Skill "test-writer" from https://github.com/roomkit-live/roomkit/blob/74138265d6e8d9417a14488f9cac0e11e6f493fc/examples/skills/test-writer/SKILL.md at commit 74138265d6e8d9417a14488f9cac0e11e6f493fc. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

    Workflow

    What the source asks the agent to do

    The source does not provide enough structured workflow evidence for a step-by-step guide.

    Permission review

    Static risk signals and limitations

    No configured static risk pattern was detected

    This is not proof of safety. Runtime behavior, indirect dependencies, and hidden external systems are outside the static scan.

    Evidence record

    Why each signal appears

    EvidenceSourceComputedTestedEditorial
    SignalValueEvidence typeMeaning
    Quality score54/100ComputedDocumentation, specificity, maintenance, and trust rules
    Repository stars30SourceRepository attention, not individual Skill quality
    Compatibility0 platformsSourceDeclared in the catalog source record
    Usage guidecatalog recordEditorialGenerated or reviewed according to the visible evidence level

    Pinned source

    Provenance and original SKILL.md

    Repository
    roomkit-live/roomkit
    Skill path
    examples/skills/test-writer/SKILL.md
    Commit
    74138265d6e8d9417a14488f9cac0e11e6f493fc
    License
    MIT
    Collected
    2026-07-28
    Default branch
    main
    View the original SKILL.md

    Test Writer Skill

    Generate tests using pytest following these principles:

    1. Structure -- one test module per source module, mirroring the package layout.
    2. Fixtures -- use @pytest.fixture for shared setup; prefer factory fixtures over complex state.
    3. Coverage -- test happy path, error cases, and boundary conditions for every public function.
    4. Parametrize -- use @pytest.mark.parametrize when testing multiple inputs for the same logic.
    5. Async -- use async def test_... directly (asyncio_mode = "auto"), no decorator needed.

    Refer to the patterns reference for reusable fixture and assertion templates.

    Alternatives

    Compare before choosing

    Computed 9531,966

    K-Dense-AI/scientific-agent-skills

    simpy

    Build, inspect, test, and analyze bounded process-based discrete-event simulations with SimPy, including events, resources, interrupts, monitoring, replications, warm-up, and reproducible output analysis.

    Computed 94234,327

    affaan-m/ECC

    python-testing

    Python testing best practices using pytest including fixtures, parametrization, mocking, coverage analysis, async testing, and test organization. Use when writing or improving Python tests.

    Computed 9337,126

    github/awesome-copilot

    flowstudio-power-automate-build

    Build, scaffold, and deploy Power Automate cloud flows using the FlowStudio MCP server. Your agent constructs flow definitions, wires connections, deploys, and tests — all via MCP without opening the portal. Load this skill when asked to: create a flow, build a new flow, deploy a flow definition, scaffold a Power Automate workflow, construct a flow JSON, update an existing flow's actions, patch a flow definition, add actions to a flow, wire up connections, or generate a workflow definition from

    Computed 9210,762

    Jeffallan/claude-skills

    legacy-modernizer

    Designs incremental migration strategies, identifies service boundaries, produces dependency maps and migration roadmaps, and generates API facade designs for aging codebases. Use when modernizing legacy systems, implementing strangler fig pattern or branch by abstraction, decomposing monoliths, upgrading frameworks or languages, or reducing technical debt without disrupting business operations.