3commas-guidelines

Enforce 3Commas coding standards for Git, pull requests, and Jira integration.

4|2|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/3commas-io/commas-claude --skill 3commas-guidelines
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 3commas-guidelines
Source: https://github.com/3commas-io/commas-claude/tree/main/skills/3commas-guidelines
Command: npx skills add https://github.com/3commas-io/commas-claude --skill 3commas-guidelines

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides clear, actionable guidelines for adhering to the 3Commas organization's coding standards, ensuring consistency and quality across projects.

Core Features & Use Cases

  • Git Conventions: Enforces standardized branch naming and pull request formatting, including Jira integration.
  • Code Standards: Outlines best practices for writing clean, maintainable code, including specific rules like avoiding float types for monetary values.
  • Use Case: A new developer joins the team and needs to understand how to structure their branches and commit messages according to company policy. This Skill provides the necessary information instantly.

Quick Start

Follow the 3Commas organization guidelines for Git and pull requests.

Frequently Asked Questions about 3commas-guidelines

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

FAQPage Schema
How do I format Git branch names and pull request titles for Jira integration?

Git branch names and pull request titles must follow 3Commas coding standards by including the corresponding Jira task identifier for proper traceability and integration. This ensures consistent development practices across the organization.

What is the correct data type to use for financial values in coding standards?

Financial data must use Decimal types instead of float to adhere to 3Commas coding standards. Avoiding float types for monetary values prevents precision loss and ensures accurate financial calculations across all projects.

How to apply 3Commas coding standards for clean and maintainable code?

Applying 3Commas coding standards involves following standardized Git conventions, proper pull request formatting with Jira integration, and specific code quality rules like using Decimal types for financial data to ensure maintainability.

Does my pull request need a Jira task number to pass code review?

Yes, pull requests require Jira task integration in their titles according to 3Commas guidelines. Including the Jira task number in branch names and pull request titles enforces consistent development practices and proper task tracking.

Why does my pull request fail the 3Commas coding standards check?

Pull requests fail 3Commas coding standards checks when branch names lack Jira task integration or when financial code incorrectly uses float types instead of mandated Decimal types for monetary values.

What are the Git conventions for new developers joining a 3Commas project?

New developers must structure Git branch names and pull request titles with Jira task integration and apply Decimal types for financial data. These 3Commas coding standards provide clear guidelines for consistent project contributions.