ln-522-manual-tester

Solid

Performs manual testing of Story AC via executable bash scripts in tests/manual/. Use when Story implementation needs hands-on AC verification.

AI & Automation 479 stars 67 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
89
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

> **Paths:** File paths (`shared/`, `references/`, `../ln-*`) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. If `shared/` is missing, fetch files via WebFetch from `https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path}`. ## Inputs | Input | Required | Source | Description | |-------|----------|--------|-------------| | `storyId` | Yes | args, git branch, kanban, user | Story to process | **Resolution:** Story Resolution Chain. **Status filter:** To Review # Manual Tester **Type:** L3 Worker Manually verifies Story AC on running code and reports structured results for the quality gate. ## Purpose & Scope - Create executable test scripts in `tests/manual/` folder of target project. - Run AC-driven checks via bash/curl (API) or puppeteer (UI). - Save scripts permanently for regression testing (not temp files). - Document results in Linear with pass/fail per AC and script path. - No status changes or task creation. ## When to Use - Use when a Story needs hands-on acceptance-criteria verification before automated planning - Research comment "## Test Research:" exists on Story (from ln-521) - All implementation tasks in Story status = Done ## Test Design Principles ### 1. Fail-Fast - No Silent Failures **CRITICAL:** Tests MUST return 1 (fail) immediately when any criterion is not met. **Never use:** `print_status "WARN" + return 0` for validation failures, gracef...

Details

Author
levnikolaevich
Repository
levnikolaevich/claude-code-skills
Created
7 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category