bitbank-mcp-server: Skill for Cursor

.cursor/skills/lint-and-commit/SKILL.md

lint-and-commit is a skill for Cursor from bitbankinc/bitbank-mcp-server. It costs 71 tokens per session (571 once invoked), scanned A, original, MIT.

A development procedure that runs formatting and lint checks, reviews uncommitted Git changes, and suggests a Conventional Commits message. Git is a system for tracking code changes.

In plain words
What is it for?
Use it before committing code to format files, fix lint errors, inspect staged and unstaged changes, and prepare a commit message for confirmation.
Why use it?
It catches formatting or lint problems before committing and bases the proposed message on the actual changes.

Skill for Cursor

Written for Cursor: installed under .cursor/.

This is bitbankinc/bitbank-mcp-server's own configuration. It tells Cursor how to work on bitbank-mcp-server itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything bitbank-mcp-server configures →

Reuse

Borrowing it

Nothing to install: this file belongs to bitbankinc/bitbank-mcp-server. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/bitbankinc/bitbank-mcp-server/main/.cursor/skills/lint-and-commit/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/bitbankinc/bitbank-mcp-server

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 lint-and-commit

README.md
[![agentmods](https://agentmods.dev/badge/skills/bitbankinc/bitbank-mcp-server/lint-and-commit/github.svg)](https://agentmods.dev/skills/bitbankinc/bitbank-mcp-server/lint-and-commit)
Your own site
<a href="https://agentmods.dev/skills/bitbankinc/bitbank-mcp-server/lint-and-commit"><img src="https://agentmods.dev/badge/skills/bitbankinc/bitbank-mcp-server/lint-and-commit/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for lint-and-commit

Your own site · 80×15
<a href="https://agentmods.dev/skills/bitbankinc/bitbank-mcp-server/lint-and-commit"><img src="https://agentmods.dev/badge/skills/bitbankinc/bitbank-mcp-server/lint-and-commit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 571 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00071 $0.00571
Opus 5 $0.00036 $0.00285
Sonnet 5 $0.00014 $0.00114
Haiku 4.5 $0.00007 $0.00057

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

Security

Grade A, and why

lint-and-commit 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 8d 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/skills/lint-and-commit/SKILL.md · 77 lines

What it actually says

lint-and-commit

lint/format を実行し、未コミットの差分からコミットメッセージを生成してコミットする。

手順

Step 1: lint/format を実行

npm run format:fix

lint エラーがある場合は修正してから次へ進む。

Step 2: 未コミットの差分を確認

git diff
git diff --cached  # staged の変更も確認
git diff --stat

Step 3: コミットメッセージを作成

差分の内容から Conventional Commits 形式のコミットメッセージを提案する。

形式:

<type>(<scope>): <subject>

scope は省略可能(例: feat: add validation でも feat(trade): add validation でも可)。

type の選択:

type 用途
feat 機能追加
fix バグ修正
docs ドキュメント変更
refactor リファクタリング
style フォーマット変更
test テストの追加・修正
chore ビルド・設定変更

ルール:

  • 英語で記述する
  • subject は 50 文字以内目安

例:

feat(get-ticker): add sell/buy spread calculation
fix(get-candles): correct datetime format conversion
chore: update biome config
test(get-depth): add unit tests for depth formatting
docs: update README with new tool description

Step 4: ユーザーに確認してコミット

提案したコミットメッセージをユーザーに伝え、確認を得てから実行する:

git add -A  # または個別に git add <ファイル>
git commit -m "<コミットメッセージ>"

注意

  • コミットは必ずユーザーの確認後に実行する
  • push はユーザーが行う想定のため実行しない
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. 8d ago First seen · 77 lines · 71 tokens per session scan A 8232c38d1ced

Subscribe to this mod's changes

lint-and-commit is a skill published in the GitHub repository bitbankinc/bitbank-mcp-server (0 stars, last pushed 5mo ago), licensed MIT. It adds 71 tokens to every session and 571 once invoked, about $0.0004 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.