project-conventions
OfficialAutomate compliance, ensure consistent code quality.
Software Engineering#code quality#automation#development#best practices#CI/CD#conventions#pre-commit
Authortrust-chain-organization
Version1.0.0
Installs0
System Documentation
What problem does it solves? This Skill standardizes development practices across the Polibase project, eliminating inconsistencies and ensuring high code quality. It automates the enforcement of critical rules like pre-commit hooks and CI/CD guidelines, reducing manual review effort and preventing common errors.
Core Features & Use Cases
- Pre-commit Hook Enforcement: Guides on adhering to pre-commit hooks (Ruff, Pyright, Prettier) to maintain code style and quality.
- CI/CD Best Practices: Provides rules for managing CI/CD test skips, ensuring proper issue creation and tracking.
- File Management: Directs the proper placement of temporary files (
tmp/) and knowledge accumulation (_docs/), keeping the repository clean and organized. - Use Case: When you're about to commit code, this skill automatically checks if your changes comply with all project conventions, such as formatting, linting, and type checking, preventing CI/CD failures and ensuring your code is ready for review.
Quick Start
I am about to commit my changes. Check if my code adheres to all Polibase project conventions and pre-commit hook rules.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: project-conventions Download link: https://github.com/trust-chain-organization/polibase/archive/main.zip#project-conventions Please download this .zip file, extract it, and install it in the .claude/skills/ directory.