conventional-commits

conventional-commits is a cursor rule for Cursor from trustxai/airbyte-mcp. It costs 279 tokens per session, scanned A, original, Apache-2.0.

A rule for writing Git commit messages in Conventional Commits format, such as `feat: add search` or `fix: handle timeout`. Conventional Commits uses labels to describe the kind of change.

In plain words
What is it for?
Use it to enforce valid commit messages and mark changes that may affect automated release versions.
Why use it?
It makes commit history consistent and allows tools to identify features, fixes, documentation, tests, and maintenance changes.

Cursor rule for Cursor

Written for Cursor: installed under .cursor/.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add rules/trustxai/airbyte-mcp/conventional-commits
Clone the repo
git clone --depth 1 https://github.com/trustxai/airbyte-mcp

Made for: Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for conventional-commits

README.md
[![agentmods](https://agentmods.dev/badge/rules/trustxai/airbyte-mcp/conventional-commits.svg)](https://agentmods.dev/rules/trustxai/airbyte-mcp/conventional-commits)
Your own site
<a href="https://agentmods.dev/rules/trustxai/airbyte-mcp/conventional-commits"><img src="https://agentmods.dev/badge/rules/trustxai/airbyte-mcp/conventional-commits.svg" alt="Measured on agentmods" height="20"></a>
Per session 279 This file is loaded in full into every session.
When invoked 279 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00279 $0.00279
Opus 5 $0.00139 $0.00139
Sonnet 5 $0.00056 $0.00056
Haiku 4.5 $0.00028 $0.00028

Measured 5d ago against content hash 5e9528211587, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

conventional-commits scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor/rules/conventional-commits.mdc · 38 lines

What it actually says

Conventional Commits

All commit messages MUST follow Conventional Commits:

<type>[optional scope]: <description>

Types and when to use them

Type When Triggers release?
feat: New feature or capability Yes (patch while pre-1.0)
fix: Bug fix Yes (patch)
docs: Documentation only No
chore: Maintenance, deps, CI config No
refactor: Code change that neither fixes nor adds No
test: Adding or updating tests No

Examples

feat: add airbyte_get_stream_properties tool
fix: handle 401 during token exchange retry
docs: update endpoints checklist with streams
chore: bump mcp sdk to 1.28
feat!: rename all tool prefixes to ab_

Breaking changes

Append ! after the type or add BREAKING CHANGE: in the footer. While pre-1.0, this bumps minor (e.g. 0.1.1 → 0.2.0).

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 38 lines · 279 tokens per session scan A 5e9528211587

Subscribe to this mod's changes

conventional-commits is a cursor rule published in the GitHub repository trustxai/airbyte-mcp (4 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 279 tokens to every session, about $0.0014 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.