rocketmq-rust: Skill for Claude Code

.agents/skills/rocketmq-rust-pr-submitter/SKILL.md

rocketmq-rust-pr-submitter is a skill for Claude Code, Codex from mxsm/rocketmq-rust. It costs 47 tokens per session (1,327 once invoked), scanned A, original, Apache-2.0.

A guide for preparing pull requests for the rocketmq-rust project, a Rust implementation related to Apache RocketMQ messaging software. It follows that project's required title, commit, and pull-request formats.

In plain words
What is it for?
Use it to create compliant PR titles, commit messages, and descriptions, including issue references, change-type markers, and required body sections.
Why use it?
It removes guesswork when linking a change to an issue and completing the repository's actual pull-request template.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is mxsm/rocketmq-rust's own configuration. It tells Claude Code and Codex how to work on rocketmq-rust 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 rocketmq-rust configures →

About the project

RocketMQ-Rust is a Rust reimplementation of Apache RocketMQ, a distributed message-queue system for sending and processing messages between applications. It is for Rust developers who need messaging middleware compatible with the RocketMQ protocol.

mxsm/rocketmq-rust · 1,514 stars · on GitHub · rocketmqrust.com

Reuse

Borrowing it

Nothing to install: this file belongs to mxsm/rocketmq-rust. 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/mxsm/rocketmq-rust/main/.agents/skills/rocketmq-rust-pr-submitter/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/mxsm/rocketmq-rust

Made for: Claude Code, Codex.

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 rocketmq-rust-pr-submitter

README.md
[![agentmods](https://agentmods.dev/badge/skills/mxsm/rocketmq-rust/rocketmq-rust-pr-submitter.svg)](https://agentmods.dev/skills/mxsm/rocketmq-rust/rocketmq-rust-pr-submitter)
Your own site
<a href="https://agentmods.dev/skills/mxsm/rocketmq-rust/rocketmq-rust-pr-submitter"><img src="https://agentmods.dev/badge/skills/mxsm/rocketmq-rust/rocketmq-rust-pr-submitter.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 rocketmq-rust-pr-submitter

Your own site · 80×15
<a href="https://agentmods.dev/skills/mxsm/rocketmq-rust/rocketmq-rust-pr-submitter"><img src="https://agentmods.dev/badge/skills/mxsm/rocketmq-rust/rocketmq-rust-pr-submitter.svg?style=web" alt="Reviewed on agentmods" width="80" height="15"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,327 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00047 $0.01327
Opus 5 $0.00023 $0.00664
Sonnet 5 $0.00009 $0.00265
Haiku 4.5 $0.00005 $0.00133

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

Security

Grade A, and why

rocketmq-rust-pr-submitter 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 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/validate_pr_content.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.agents/skills/rocketmq-rust-pr-submitter/SKILL.md · 124 lines

How it starts

The opening of the file, as written. The whole thing — 124 lines — stays where its author put it; the contents beside it link to each section on GitHub.

RocketMQ Rust PR Submitter

Prepare RocketMQ Rust PR titles, commit messages, and bodies from .github/PULL_REQUEST_TEMPLATE.md. Connects PR to issue via [ISSUE #id] title/commit prefix and Fixes #id body line.

When to Use

  • User asks to create, prepare, or publish a PR for rocketmq-rust
  • PR title or commit message must follow [ISSUE #issue_id]<emoji><summary> format
  • PR body must follow the repository's real PR template (not a custom format)
  • Issue id is available from user request, branch name, or commit history
  • Public PR titles, commit messages, and body content must be English-only

When NOT to use: Simple branch merges without a linked issue. PRs for repos that don't use the RocketMQ Rust PR template convention.

Quick Reference

Change Type Emoji
Bug fix 🐛
Documentation 📝
Enhancement / CI / runtime audit
New feature 🚀
Refactor ♻️
Tests 🧪

If unclear, default to ✨ and note the assumption.

Workflow

1. Read the PR Template

rg --hidden --files -g '*PULL_REQUEST_TEMPLATE*' -g '*pull_request_template*' -g '!**/target/**'

Expected: .github/PULL_REQUEST_TEMPLATE.md with three headings: Which Issue(s) This PR Fixes(Closes), Brief Description, How Did You Test This Change?. Remove HTML comments from the generated body. Use the checked-out template if it differs.

2. Determine Issue Id

Priority order: user request → branch name (issue-7544, fix-7544) → commit messages ([ISSUE #7544]) → prepared PR text (Fixes #7544). Normalize to numeric id. Never publish with #issue_id still present.

3. Write Title

[ISSUE #issue_id]<emoji><summary>

Do not put spaces between ], the emoji, and the summary. No extra prefixes (conventional commit, branch name). Keep the summary short and action-oriented.

Generate the summary from the actual PR change: affected subsystem, behavior fixed, test coverage added, docs updated, or refactor performed. Do not use sequencing-marker wording such as task 1, stage 1, phase 1, step 3, or part 4, even if the branch name, issue text, or user draft contains those words.

Read the full file on GitHub · 124 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 124 lines · 47 tokens per session scan A cf5d9fa82ae5

Subscribe to this mod's changes

rocketmq-rust-pr-submitter is a skill published in the GitHub repository mxsm/rocketmq-rust (1,514 stars, last pushed today), licensed Apache-2.0. It adds 47 tokens to every session and 1,327 once invoked, about $0.0002 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-30.

Related

Other skills, from other repositories

gh-find-prs

Survey open Codewhale PRs and triage each for mergeability and disposition against the real landing branch.

Hmbown/CodeWhale · 27 tokens

cosmos-pre-commit-validation

Run pre-commit checks for a specific set of crates. Use this when validating changes under sdk/cosmos before committing or during code review.

Azure/azure-sdk-for-rust · 35 tokens

architecture-audit

Systematic architecture audit and refactoring methodology for Rust + TypeScript codebases. Use when performing refactoring, cleanup, unification, code review, dead code removal, module reorganization, or tech debt elimination. Ensures no naming confusion, semantic overloading, hidden defaults, duplicate logic, or…

org2AI/ORG2 · 70 tokens

dcg

Destructive Command Guard - High-performance Rust hook for Claude Code that blocks dangerous commands before execution. SIMD-accelerated, modular pack system, whitelist-first architecture. Essential safety layer for agent workflows.

Dicklesworthstone/destructive_command_guard · 42 tokens

rust-skills

Comprehensive Rust coding guidelines with 265 rules across 26 categories. Use when writing, reviewing, or refactoring Rust code. Covers ownership, error handling, async patterns, concurrency, unsafe code, API design, memory optimization, performance, numeric safety, conversions, serde, pattern matching, macros…

leonardomso/rust-skills · 84 tokens

rust-review

A Rust code-review skill for services, checking for crashes, unsafe SQL construction, exposed credentials, ignored errors, and unfinished code.

liuyanghejerry/Clausura · 25 tokens