KS
Killer-Skills

validate-code — how to use validate-code how to use validate-code, validate-code setup guide, Github PR review tool, npm run validate, validate-code vs code quality tools, install validate-code, what is validate-code, validate-code alternative, validate-code for developers

v1.0.0
GitHub

About this Skill

Ideal for Code Review Agents needing automated GitHub PR reviews with TypeScript, ESLint, and Prettier support. validate-code is a Github PR review tool that runs type-check, lint, and format-check to ensure code quality and consistency

Features

Runs type-check, lint, and format-check with a single command: npm run validate
Fixes linting issues with npm run lint:fix
Fixes formatting issues with npm run format
Supports individual checks for TypeScript, ESLint, and Prettier
Re-validates code after fixes with npm run validate

# Core Topics

jamesjfoong jamesjfoong
[0]
[0]
Updated: 3/7/2026

Quality Score

Top 5%
48
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add jamesjfoong/github-pr-review-mcp/validate-code

Agent Capability Analysis

The validate-code MCP Server by jamesjfoong is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use validate-code, validate-code setup guide, Github PR review tool.

Ideal Agent Persona

Ideal for Code Review Agents needing automated GitHub PR reviews with TypeScript, ESLint, and Prettier support.

Core Value

Empowers agents to automate code quality checks, fix linting or type errors, and ensure formatting consistency using npm scripts for type-check, lint, and format validation.

Capabilities Granted for validate-code MCP Server

Automating GitHub PR reviews for code quality
Fixing linting errors with ESLint
Validating TypeScript code for type errors

! Prerequisites & Limits

  • Requires npm and GitHub setup
  • Supports TypeScript, ESLint, and Prettier only
Project
SKILL.md
1.1 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Validate Code

When to Use

  • Before committing any changes
  • When fixing linting or type errors
  • When code quality checks fail

Quick Validation

bash
1npm run validate

Runs: type-check + lint + format-check

Fix Issues

bash
1# Fix linting 2npm run lint:fix 3 4# Fix formatting 5npm run format 6 7# Re-validate 8npm run validate

Individual Checks

bash
1npm run type-check # TypeScript only 2npm run lint # ESLint only 3npm run format:check # Prettier only

Common Type Errors

ErrorFix
Implicit anyAdd explicit type annotations
Type mismatchVerify schema matches type
Missing propertiesUse optional ? if needed
Optional valuesUse ? instead of | null | undefined

Debugging Steps

  1. Run npm run type-check to see all errors
  2. Check Zod schemas match expected structure
  3. Ensure types exported from types.ts
  4. Verify optional properties use ?

Related Skills

Looking for an alternative to validate-code or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication