repository-conventions

Enforce repository-local coding conventions for commits, modules, and tests.

Updated May 28, 2026
One-click install
npx skills add https://github.com/Aytsuu/codemini --skill repository-conventions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repository-conventions
Source: https://github.com/Aytsuu/codemini/tree/main/.claude/skills/repository-conventions
Command: npx skills add https://github.com/Aytsuu/codemini --skill repository-conventions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps maintain the quality and consistency of code within your repository by enforcing established patterns and conventions.

Core Features & Use Cases

  • Commit Guidelines: Ensures commits are small, follow imperative subjects, and use camelCase naming.
  • Module Organization: Adheres to a JavaScript-only Node.js utilities policy and a hybrid module organization.
  • Test Layout: Suggests keeping tests close to the code and following the existing *.test.js pattern.
  • Common Workflows: Covers database migrations, feature development, and language rule additions.

Quick Start

Use the repository-conventions skill to check the commit messages and code style of your current pull request.

Frequently Asked Questions about repository-conventions

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

FAQPage Schema
How do I enforce code consistency in pull requests?

To enforce code consistency in pull requests, apply repository conventions that check commit guidelines, naming conventions, and module organization policies during code reviews.

What commit standards should I use for JavaScript repositories?

Commit standards for JavaScript repositories should enforce small commits, imperative subjects, and camelCase naming to maintain clear project history and code quality.

How do I organize Node.js utilities and test files?

Organize Node.js utilities using a hybrid module policy with JavaScript-only files, and keep tests close to the code following existing *.test.js patterns.

Can I automate repository-local coding conventions for ongoing development?

Yes, you can automate repository-local coding conventions by executing scripts that validate code style and module organization across ongoing development workflows.

Does this convention enforcement work for database migration workflows?

Yes, convention enforcement covers common workflows including database migrations, feature development, and language rule additions to ensure consistent repository standards.

What is the best way to maintain module organization in a Node.js project?

The best way to maintain module organization is enforcing a hybrid structure with JavaScript-only Node.js utilities and adhering to established test layout patterns.