qa-engineer

Automate QA validation of Actant CLI run, create, list, and explore workflows.

12|1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/blackplume233/Actant --skill qa-engineer-blackplume233
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-engineer
Source: https://github.com/blackplume233/Actant/tree/main/.agents/skills/qa-engineer
Command: npx skills add https://github.com/blackplume233/Actant --skill qa-engineer-blackplume233

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires issue-manager.

What problem does it solve?

This Skill automates QA validation of Actant CLI interactions by simulating real user workflows, validating outputs, and surfacing issues for rapid remediation.

Core Features & Use Cases

  • Automated scenario replay: run, create, list, and explore QA scenarios to verify Agent and CLI behavior.
  • Incremental logging: append per-step logs and outcomes to a traceable QA log for audits.
  • Issue tracing: automatically create and link issues in the issue-manager skill when results deviate from expectations.

Quick Start

Start by loading the qa-engineer scenarios and running a test plan with the /qa commands.

Frequently Asked Questions about qa-engineer

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

FAQPage Schema
How do I automate CLI testing for agent workflows?

Automate CLI testing by loading QA scenarios to simulate real user workflows, validate outputs, and surface issues. This verifies Agent and CLI behavior across run, create, list, and explore operations.

How does automated issue tracing work when CLI test results deviate from expectations?

Automated issue tracing creates and links issues directly in the issue-manager when CLI test results deviate from expectations. This integration with issue-manager surfaces failures for rapid remediation.

What do I need to run QA validation scenarios for CLI interactions?

To run QA validation scenarios for CLI interactions, you need the QA scenarios loaded, integration with the issue-manager skill, and a running Actant daemon to execute the tests.

Can I append per-step logs during CLI automation testing for audits?

Yes, you can append per-step logs during CLI automation testing. Incremental logging appends per-step logs and outcomes to a traceable QA log, providing an auditable record of test execution.

Does the issue-manager dependency support automatic issue creation for test failures?

Yes, the issue-manager dependency supports automatic issue creation. When CLI interactions fail and deviate from expectations during scenario replay, the QA automation creates and links issues directly within it.

What CLI workflows can I validate using automated QA scenarios?

You can validate run, create, list, and explore CLI workflows using automated QA scenarios. These scenario replays verify Agent and CLI behavior by simulating real user interactions.