coding-standards-review

Scan codebases for security flaws, quality issues, and accessibility violations.

1|1|Updated Nov 13, 2025
One-click install
npx skills add https://github.com/vinaykumarvk/PS-WMS --skill coding-standards-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding-standards-review
Source: https://github.com/vinaykumarvk/PS-WMS/tree/main/.claude/skills/coding-standards-review
Command: npx skills add https://github.com/vinaykumarvk/PS-WMS --skill coding-standards-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires rg, bash, npx, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Developers often struggle to maintain high standards of code security and quality. This Skill automates the review process by scanning codebases for violations against comprehensive standards, reducing manual effort and human error.

Core Features & Use Cases

  • Automated Code Scanning: Analyzes code for security, quality, and accessibility issues across multiple languages.
  • Violation Reporting: Generates detailed reports highlighting prioritized violations with specific file locations.
  • Use Case: A development team wants to verify their codebase meets best practices before deployment; they run this Skill to identify critical security gaps and code quality issues quickly.

Quick Start

Run the code review on the repository to produce a detailed compliance report and identify violations needing urgent fix.

Frequently Asked Questions about coding-standards-review

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

FAQPage Schema
How do I automate code review for security and compliance before deployment?

To automate code review for security and compliance, you can run an automated scan across your codebase to identify security flaws, quality issues, and accessibility violations, generating a detailed report of prioritized fixes needed before deployment.

What is automated static analysis for code quality and how does it work?

Automated static analysis for code quality works by scanning your codebase without executing it, using configured static analysis tools and custom scripts to detect security flaws, accessibility violations, and compliance gaps based on predefined standards.

Do I need specific tools installed to run static analysis on my codebase?

Yes, you need specific tools installed to run static analysis on your codebase. The environment requires `rg`, `bash`, and `npx` to execute the custom scripts and static analysis tools configured to enforce security and quality standards.

How do I identify accessibility violations in my codebase?

To identify accessibility violations in your codebase, you run an automated code scan that analyzes your source files against best practices, highlighting specific file locations where accessibility standards are not met.

What's the best way to check my codebase for security flaws and quality issues?

The best way to check your codebase for security flaws and quality issues is to run an automated review scan, which analyzes your code across multiple languages and generates a detailed report with prioritized violations and specific file locations.

Can I use automated code scanning with my existing development workflow?

You can use automated code scanning with your existing development workflow by running it through bash scripts and npx. It supports development teams by identifying critical security gaps and code quality issues quickly before deployment.