quality-engineer

Automate code quality, security, performance, and accessibility audits before deployment.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/echarabati/adi-capital-admin --skill quality-engineer-echarabati
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality-engineer
Source: https://github.com/echarabati/adi-capital-admin/tree/main/.agent/skills/roles/quality-engineer
Command: npx skills add https://github.com/echarabati/adi-capital-admin --skill quality-engineer-echarabati

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the rigorous verification, security auditing, and pre-release validation of code changes, ensuring high quality and minimizing production risks.

Core Features & Use Cases

  • Comprehensive Audits: Performs code quality, security, performance, and accessibility checks.
  • Automated Testing: Executes defined test suites and quality gates based on risk tiers.
  • Use Case: Before merging a critical feature update that touches authentication and database schemas, invoke this Skill to perform a full R3 audit, ensuring no security vulnerabilities or performance regressions are introduced.

Quick Start

Run a full R3 pre-release audit on the current branch.

Frequently Asked Questions about quality-engineer

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

FAQPage Schema
How do I automate security audits and code quality checks before a release?

To automate security audits and code quality checks, you can use a skill that performs comprehensive verification, dependency analysis, and pre-release validation to identify vulnerabilities before deployment.

What is a pre-release validation audit and when do I need it?

A pre-release validation audit is a comprehensive check of code quality, security, performance, and accessibility. You need it before merging critical updates to ensure no regressions or vulnerabilities are introduced.

Can I run accessibility and performance scans on my current branch?

Yes, you can run accessibility and performance scans on your current branch by executing a full pre-release audit, which automatically evaluates these specific risk areas and enforces defined quality gates.

How do quality gates work with different risk tiers in software testing?

Quality gates in software testing work by executing defined test suites based on assigned risk tiers, ensuring that higher-risk changes undergo stricter verification before passing the pre-release validation process.

Does automated code review catch dependency vulnerabilities and security issues?

Yes, automated code review catches dependency vulnerabilities and security issues by performing comprehensive security auditing and dependency analysis, ensuring adherence to best practices before deployment.