ln-522-manual-tester

Execute bash scripts in tests/manual/ to validate Story AC.

Updated Dec 11, 2025
One-click install
npx skills add https://github.com/dorrio/sorteo-app-generator --skill ln-522-manual-tester
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-522-manual-tester
Source: https://github.com/dorrio/sorteo-app-generator/tree/main/.agent/skills/ln-522-manual-tester
Command: npx skills add https://github.com/dorrio/sorteo-app-generator --skill ln-522-manual-tester

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of manually testing Story AC by executing predefined bash scripts, ensuring consistent and repeatable testing procedures.

Core Features & Use Cases

  • Scripted Testing: Executes bash scripts located in the tests/manual/ directory.
  • Test Suite Creation: Organizes tests into reusable suites per Story.
  • Use Case: When a new feature (Story AC) is developed, this Skill can run a suite of manual tests to verify its functionality against expected outcomes.

Quick Start

Execute the manual test suite for the current story.

Frequently Asked Questions about ln-522-manual-tester

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run manual tests for story acceptance criteria using bash scripts?

Manual testing for story acceptance criteria is performed by executing predefined bash scripts saved in the tests/manual/ directory. This approach ensures consistent and repeatable testing procedures for verifying newly developed features against expected outcomes.

What is the best way to organize reusable manual test suites for new features?

Organizing reusable manual test suites for new features involves creating specific bash scripts for each story's acceptance criteria. These scripts are stored in the tests/manual/ directory, allowing you to systematically verify functionality against expected outcomes.

Can I use bash scripts for deterministic user-guided validation of story acceptance criteria?

Yes, bash scripts can be used for deterministic user-guided validation of story acceptance criteria. The testing process relies on bash script execution to complete tasks deterministically while guiding the user through the validation steps.

Do I need any specific testing frameworks to automate manual testing of story acceptance criteria?

No specific testing frameworks are required to automate manual testing of story acceptance criteria. The process solely relies on executing standard bash scripts saved within the tests/manual/ directory to verify feature functionality.

When should I use executable bash scripts instead of full automation for testing story acceptance criteria?

Executable bash scripts should be used for testing story acceptance criteria when you need consistent, repeatable testing procedures that still require user-guided validation. This approach bridges the gap between automated execution and manual verification for new features.