project-conventions-checker

Validate code changes against project rules, architecture patterns, and contribution guidelines.

Updated Oct 3, 2025
One-click install
npx skills add https://github.com/zunokit/zuno-marketplace-ui --skill project-conventions-checker-zunokit
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: project-conventions-checker
Source: https://github.com/zunokit/zuno-marketplace-ui/tree/main/.claude/skills/project-conventions-checker
Command: npx skills add https://github.com/zunokit/zuno-marketplace-ui --skill project-conventions-checker-zunokit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Teams struggle to keep code reviews consistent, especially when checking whether new features or first-time contributions follow project-specific architecture, naming, testing, and dependency rules. This Skill applies documented project conventions to every change so reviews stay uniform and actionable. ## Core Features & Use Cases - Structured Conventions Checklist: Evaluates changes across architecture boundaries, patterns, naming, UI/UX, testing, types, and dependencies with Pass/Needs changes/N/A verdicts. - Mode-Based Reviews: Adapts feedback for new features (mode A), new contributors with supportive guidance (mode B), and small rule-bound changes (mode C). - Progressive Reference Loading: Loads only the relevant rule files (architecture, naming, testing, dependencies) needed for each review. - Use Case: A maintainer receives a pull request from a first-time contributor adding a new NFT auction feature. The Skill maps changed files to project layers, flags a cross-layer import violation, cites the exact rule, and suggests the smallest fix. ## Quick Start Review this pull request diff against our project conventions and tell me which rules it violates and how to fix them.

Frequently Asked Questions about project-conventions-checker

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

FAQPage Schema
How do I check if a pull request follows project coding conventions?▼

Provide the diff, changed file list, or a summary of the change, and the review workflow classifies it, loads the relevant rule references, and returns a checklist covering architecture, naming, testing, and dependencies with Pass or Needs changes verdicts.

How to review code from first-time contributors constructively?▼

Use the new contributor mode, which starts with a supportive summary, prioritizes violations of core rules first, cites the specific rule each issue breaks, and shows a small concrete example of the correct approach with the smallest possible fix.

What project documentation does a conventions review need?▼

Reviews work best with reference files covering project rules, architecture patterns, naming and structure, UI/UX guidelines, testing guidelines, and dependency policy. When these are missing, the workflow falls back to docs like code-standards.md and codebase-summary.md.

Can this review changes without a full git diff?▼

Yes, but it needs at minimum a short summary of the change plus key files, folders, or diff snippets. If those artifacts are missing entirely, the workflow explicitly asks you to provide them before proceeding.

What are the limitations of automated conventions checking?▼

It only enforces documented project-specific conventions and does not perform generic security audits, performance profiling, or reviews of unrelated repositories. Rule quality depends on keeping the reference files accurate and under 150 lines each.