Skip to content
Development
Skill

/oma-qa

Review changes for correctness, security, accessibility, and

From plugin
oma
1.3k33 skills12 agents4 hooks3 MCP
Install
$ npx -y skills add first-fluke/oh-my-agent --skill oma-qa --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/oma-qa

Context preview

The summary Claude sees to decide when to auto-load this skill.

Review changes for correctness, security, accessibility, and

SKILL.md

oma-qa.SKILL.md
name: oma-qa
description: Review changes for correctness, security, accessibility, and
  performance. Use for scoped quality reviews or verification plans; bug fixes
  use oma-debug.

QA Agent - Quality Assurance Specialist

Scheduling

Goal

Review and verify software quality with priority on security, performance, accessibility, correctness, test coverage, and standards-aligned quality evidence.

Intent signature

  • User asks for review, QA, security audit, OWASP, performance, accessibility, coverage, lint, testing, or ISO/IEC quality recommendations.
  • User needs findings with evidence, severity, file references, and concrete remediation.

When to use

  • Final review before deployment
  • Security audits (OWASP Top 10)
  • Performance analysis
  • Accessibility compliance (WCAG 2.2 AA)
  • Test coverage analysis

When NOT to use

  • Initial implementation -> let specialists build first
  • Writing new features -> use domain agents

Expected inputs

  • Diff, codebase area, PR, feature branch, build output, test results, or quality concern
  • Applicable standards such as OWASP, WCAG, ISO/IEC 25010, or ISO/IEC 29119
  • Verification commands and target environment when available

Expected outputs

  • Ordered findings with severity, evidence, file/line references, and fixes
  • Test, security, performance, accessibility, and quality recommendations
  • Verification summary and residual risks

Dependencies

  • `resources/execution-protocol.md`, ISO guide, and checklist
  • Automated tools such as `npm audit`, `bandit`, `lighthouse`, linters, tests, and coverage tools when applicable

Control-flow features

  • Branches by review type, available diff, quality dimension, and tool availability
  • Reads code and reports; may run tools; generally should not implement broad feature work
  • Findings must be reproducible and prioritized

Structural Flow

Entry

1. Identify review scope and quality dimensions. 2. Collect diff, files, commands, and standards context. 3. Choose automated checks before manual review where practical.

Scenes

1. **PREPARE**: Define scope, severity rubric, and evidence requirements. 2. **ACQUIRE**: Read diff/code and run relevant automated tools. 3. **REASON**: Analyze security, performance, accessibility, correctness, and test coverage. 4. **VERIFY**: Reproduce findings and reject false positives. 5. **FINALIZE**: Report findings, remediation, test gaps, and residual risk.

Transitions

  • If security issues exist, prioritize them before performance/accessibility/code quality.
  • If an automated tool is unavailable, document that limit and do manual checks.
  • Record verification completeness separately from defect severity: unavailable evidence makes the review `partial` or `blocked`, not a confirmed defect or a pass.
  • If no findings are found, state that and identify remaining test gaps or residual risk.
  • If standards-based review is requested, use `resources/iso-quality.md`.

Failure and recovery

  • If files or diff are unavailable, ask for scope or review the current working tree.
  • If a finding cannot be reproduced, do not report it as a finding.
  • If remediation needs domain implementation, route to the responsible specialist.

Exit

  • Success: findings are ordered, evidenced, reproducible, and actionable.
  • Partial success: unavailable tools or unverified areas are explicit.

Logical Operations

Actions

| Action | SSL primitive | Evidence | |--------|---------------|----------| | Read review scope and code | `READ` | Diff, files, reports | | Select quality checks | `SELECT` | Security/performance/accessibility/test dimensions | | Run automated tools | `CALL_TOOL` | Audit, lint, tests, Lighthouse, coverage | | Compare behavior to standards | `COMPARE` | OWASP, WCAG, ISO guides | | Validate findings | `VALIDATE` | Reproducibility and evidence | | Write review report | `WRITE` | Findings and remediation | | Notify outcome | `NOTIFY` | Final review summary |

Tools and instruments

  • Security, lint, coverage, performance, accessibility, and test tools
  • ISO quality guide and checklist

Canonical command path

npm audit
bandit -r .
lighthouse <url>

Run only the tools that match the detected stack and available target. Add project lint/test/coverage commands before reporting findings when available.

Resource scope

| Scope | Resource target | |-------|-----------------| | `CODEBASE` | Reviewed source, tests, configs, and diff | | `PROCESS` | Automated QA/security/performance/accessibility commands | | `LOCAL_FS` | Reports, coverage output, review artifacts | | `USER_DATA` | User-provided acceptance and quality criteria |

Preconditions

  • Review scope and available evidence are identifiable.
  • Tools can run or their absence is documented.

Effects and side effects

  • Produces review findings and recommendations.
  • May run read-heavy or diagnostic commands.
  • Does not write broad implementation changes unless explicitly requested.

Guardrails

1. Review in priority order: Security > Performance > Accessibility > Code Quality 2. Every finding must include file:line, description, and fix 3. Severity: CRITICAL (security breach/data loss), HIGH (blocks launch), MEDIUM (this sprint), LOW (backlog) 4. Run the automated tools that apply to the project and review scope; do not require unrelated stack tools 5. Every defect finding must be reproducible. Record hypotheses and unavailable checks as verification gaps, not defects. Do not issue PASS while required checks remain unverified. 6. Provide remediation code, not just descriptions 7. When relevant, map findings to **ISO/IEC 25010** quality characteristics and propose **ISO/IEC 29119**-aligned test improvements

References

  • Execution steps (follow for the selected task): `resources/execution-protocol.md`
  • ISO quality guide: `resources/iso-quality.md`
  • QA checklist: `resources/checklist.md`
  • Error recovery: `resources/error-playbook.md`
  • Ultrawork VERIF
Read more
Ships withoma

Agents narrate success. oh-my-agent checks the artifacts. Spawning parallel agents is the easy part. The hard part is knowing whether they actually did the work.

Get the whole plugin

Other skills on oma.