What problem does it solve?
This skill helps teams quickly design and execute QA plans, verify software quality, and report issues for morphir-dotnet, ensuring PRs and builds meet quality standards.
Core Features & Use Cases
- Test Plan Design: Create comprehensive test plans for features and PRs, including acceptance criteria and edge cases.
- Regression & E2E Testing: Coordinate regression suites and end-to-end tests across the development cycle.
- Issue Reporting & Automation: Document bugs with reproducible steps and provide automation playbooks to streamline verification.
- Integration with Build & Packaging: Validate packaging and toolchains, and verify tool availability in local feeds.
- Use Case: When a PR changes critical functionality, generate a QA plan, execute smoke and regression tests, and file a bug report if results diverge from expectations.
Quick Start
To invoke the QA skill, tag the agent with @skill qa-tester and request a test plan or regression tests. For example:
- @skill qa-tester Create a test plan for PR #123
- @skill qa-tester Run regression tests for the build system changes