sagerstack:code-qa

Run acceptance criteria-driven quality checks and generate QA reports.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/sagerstack/agentic-sdlc --skill sagerstack-code-qa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sagerstack:code-qa
Source: https://github.com/sagerstack/agentic-sdlc/tree/main/.claude/skills/sagerstack-code-qa
Command: npx skills add https://github.com/sagerstack/agentic-sdlc --skill sagerstack-code-qa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and workflows (resource) components.

What problem does it solve?

This Skill automates the rigorous validation of software code against acceptance criteria, quality standards, and architectural principles, ensuring that implemented features are robust, secure, and meet all requirements before integration.

Core Features & Use Cases

  • AC-Driven Validation: Verifies every Acceptance Criterion (AC) of a user story.
  • Comprehensive Quality Checks: Runs a 9-check pipeline including tests, coverage, linting, security, and Docker builds.
  • UAT Execution: Performs User Acceptance Testing via Docker or local processes.
  • Failure Mapping: Links code failures directly to implementation plan tasks for targeted remediation.
  • Use Case: After a developer implements a new feature, this Skill can be invoked to automatically run all tests, check code quality, verify security, and perform end-to-end testing, providing a detailed report on the feature's readiness.

Quick Start

Use the sagerstack:code-qa skill to validate the code for story 'story-001-user-login'.

Frequently Asked Questions about sagerstack:code-qa

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

FAQPage Schema
How do I automate code quality checks against acceptance criteria?

Automating code quality checks against acceptance criteria requires running a comprehensive validation pipeline. This skill verifies every user story AC by executing automated tests, coverage analysis, linting, security scanning, and Docker builds to ensure feature robustness.

How can I map test failures directly to implementation tasks for remediation?

Mapping test failures to implementation tasks is achieved by linking pipeline errors back to specific development plan items. This skill identifies failures during quality checks and UAT execution, then maps them to precise tasks for targeted remediation.

Does this CI/CD validation tool support Docker builds and UAT execution?

Yes, this CI/CD validation tool supports Docker builds and UAT execution. The comprehensive quality pipeline includes Docker build checks and performs User Acceptance Testing via Docker or local processes to validate feature readiness.

What is included in an automated code quality assurance pipeline?

An automated code quality assurance pipeline includes a 9-check validation sequence. This skill runs tests, coverage analysis, linting, security scanning, and Docker builds, conducting UAT to verify code correctness and generate detailed QA reports.

When do I need to run acceptance criteria-driven validation for my code?

Acceptance criteria-driven validation is needed after a developer implements a new feature. Running this validation ensures the implemented code meets all user story requirements, passes security and quality checks, and achieves readiness before integration.