qa-code-review

Detect TypeScript anti-patterns and console noise before QA validation.

1|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/feliperyba/ralph-orchestra --skill qa-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-code-review
Source: https://github.com/feliperyba/ralph-orchestra/tree/main/.claude/skills/qa-code-review
Command: npx skills add https://github.com/feliperyba/ralph-orchestra --skill qa-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Proactively identifies code quality issues at the start of QA validation to prevent failed checks.

Core Features & Use Cases

  • Detects TypeScript suppressions and unsafe any usage to reduce risk.
  • Identifies common anti-patterns (empty catch blocks, console logs, memory leaks) to improve maintainability.
  • Generates actionable remediation notes to guide developers during QA review.

Quick Start

Run the QA code-review skill at the start of validation to scan changed files and report findings.

Frequently Asked Questions about qa-code-review

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

FAQPage Schema
How do I catch TypeScript code quality issues before QA validation?

To catch TypeScript code quality issues before QA validation, scan changed files for anti-patterns, unsafe any usage, and console noise. This process identifies suppressions like @ts-ignore and empty catch blocks, providing actionable remediation guidance to fix findings early.

What static analysis checks are needed for TypeScript QA code review?

Static analysis checks for TypeScript QA code review should detect @ts-ignore and @ts-expect-error suppressions, any type usage, empty catch blocks, console logs, memory leaks, and debug flags. These checks flag issues with actionable remediation guidance to improve maintainability.

How do I find console logs and memory leaks in a TypeScript project?

You can find console logs and memory leaks in a TypeScript project by running a static analysis scan focused on console noise and common anti-patterns. This identifies debug flags and leak risks while generating remediation notes for developers during QA review.

Can I use this QA code review tool with JavaScript projects?

Yes, you can use this QA code review tool with JavaScript projects because it applies to both TypeScript and JavaScript projects during QA validation. It detects common anti-patterns, console noise, and memory leaks across both environments.

Does this code quality scanner require ESLint dependencies to run?

No, this code quality scanner does not require ESLint dependencies to run. It operates independently to identify TypeScript suppressions, unsafe any usage, and empty catch blocks during QA validation without external linting setups.