verify-code

Verify TypeScript code quality, type safety, memory management, and coding standards.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/houke/nexus-playground --skill verify-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-code
Source: https://github.com/houke/nexus-playground/tree/main/.github/skills/verify-code
Command: npx skills add https://github.com/houke/nexus-playground --skill verify-code

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides automated, repeatable verification of code quality, type safety, memory leaks, and coding standards to support PR reviews and CI checks.

Core Features & Use Cases

  • Type Safety & Linting: Enforces strict TypeScript configuration and code style.
  • Memory Leak Prevention: Highlights and guides remedies for common leak patterns.
  • PR & CI Guidance: Supplies a ready-to-run verification workflow and a comprehensive PR checklist.

Quick Start

Run: npm run lint && npm run typecheck && npm run test

Frequently Asked Questions about verify-code

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

FAQPage Schema
How do I prevent memory leaks in my TypeScript React app?

Preventing memory leaks in TypeScript React apps involves applying specific detection patterns to highlight and guide remedies for common leak issues during code reviews. This process enforces memory-leak prevention patterns to catch issues early.

How do I automate TypeScript type checking and linting for pull requests?

Automating TypeScript type checking and linting for pull requests uses a ready-to-run verification workflow and a comprehensive PR checklist. It enforces strict TypeScript configuration and code style standards across your project.

What is the best way to enforce strict TypeScript configuration in a CI workflow?

The best way to enforce strict TypeScript configuration in a CI workflow is integrating automated, repeatable verification of type safety and coding standards. This process supplies the necessary CI guidance and PR validation checks to ensure compliance.

Can I use this verification process for TypeScript libraries and utilities?

Yes, you can use this verification process for TypeScript libraries and utilities. It applies to code reviews and CI workflows across React apps, libraries, and utilities to verify code quality, type safety, and coding standards.

Why does my TypeScript code fail CI checks despite passing local tests?

TypeScript code may fail CI checks despite passing local tests if strict configuration and linting rules are not uniformly enforced. This process provides a PR review checklist to detect coding standard discrepancies and type safety issues early.