review

Audit Node.js/TypeScript zaileys code and produce a prioritized findings report.

67|18|Updated May 13, 2025
One-click install
npx skills add https://github.com/zeative/zaileys --skill review-zeative
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/zeative/zaileys/tree/main/plugins/zaileys-official/skills/review
Command: npx skills add https://github.com/zeative/zaileys --skill review-zeative

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit zaileys code for best practices, anti-patterns, and ban-safety to ensure safe, reliable deployments.

Core Features & Use Cases

  • Automates a structured code-review workflow against a defined checklist.
  • Produces a prioritized findings report with severity, location, and concrete fixes.
  • Supports references to the hub docs and pitfall guides to verify decisions before shipping.

Quick Start

Review your zaileys codebase with the checklist and return a prioritized findings report.

Frequently Asked Questions about review

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

FAQPage Schema
How do I audit zaileys code for anti-patterns and ban-safety?▼

To audit zaileys code for ban-safety, scan entrypoints, handlers, and supporting modules to check for best practices and anti-patterns. This produces a prioritized findings table with severity, location, and concrete fixes to ensure safe deployments.

What is the best way to review Node.js and TypeScript zaileys projects for code safety?▼

The best way to review Node.js and TypeScript zaileys projects is applying a structured code-review workflow against a defined checklist. This verifies decisions using hub docs and pitfall guides before shipping safe code.

Does this code review workflow check ban-safety for zaileys deployments?▼

Yes, the code review workflow explicitly checks ban-safety for zaileys deployments. It audits your codebase against a defined checklist to identify anti-patterns and verifies decisions against reference docs before shipping.

How do I generate a prioritized findings report for zaileys code?▼

Generate a prioritized findings report by scanning zaileys entrypoints and handlers for anti-patterns. The report describes issues against a defined checklist, returning a findings table with severity, location, and concrete fixes.

What are common anti-patterns scanned during a zaileys code review?▼

Common anti-patterns scanned during a zaileys code review include structural and safety issues in Node.js and TypeScript modules. The audit checks entrypoints and handlers against a defined checklist to identify issues and provide concrete fixes.