local-qa

A local quality-checking skill that runs formatting checks, code linting, and tests for a repository. A repository is the project’s files and their version history.

In plain words
What is it for?
Use it after edits to run the project’s QA script, address missing tools when possible, and report important results.
Why use it?
It catches style problems, code issues, and broken behavior after files change.

Skill for Claude CodeCodex

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 skills/dceoy/mt5api/local-qa
Any agent
npx skills add dceoy/mt5api --skill local-qa
Clone the repo
git clone --depth 1 https://github.com/dceoy/mt5api

Made for: Claude Code, Codex.

Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 298 The whole file, excluding the scripts and references it only reads on demand.
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 $0.00027 $0.00298
Opus 5 $0.00014 $0.00149
Sonnet 5 $0.00005 $0.00060
Haiku 4.5 $0.00003 $0.00030

Measured 2d ago against content hash 98835e28d967, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

local-qa 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 2d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/qa.sh), 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/local-qa/SKILL.md · 23 lines

What it actually says

Local QA (format, lint, and test)

Run the local QA script scripts/qa.sh in this skill.

Procedure

  • Execute the script exactly as shown above when this skill is triggered.
  • Capture and summarize key output (success/failure, major warnings, and any files modified).
  • If the script fails due to missing tooling (command not found, missing executable, or equivalent), install the missing tool(s) and rerun ./scripts/qa.sh.
  • Install tools using this order of preference:
    1. Use the project's package manager when applicable (uv/poetry for Python, package manager scripts/dependencies for Node.js).
    2. Use a system package manager (brew on macOS, apt on Debian/Ubuntu) when project-local install is not applicable.
    3. Use language-specific installers as fallback (pipx/pip, npm, go install, etc.).
  • If multiple tools are missing, repeat install -> rerun until QA completes or you hit a blocker.
  • If installation fails or requires unavailable privileges, report what was attempted, the exact failure, and stop.
  • Do not run unrelated commands; only run commands needed for QA and missing-tool installation.
Files

What ships with it

1 file 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. 2d ago First seen · 23 lines · 27 tokens per session scan A 98835e28d967

Subscribe to this mod's changes

local-qa is a skill published in the GitHub repository dceoy/mt5api (5 stars, last pushed 13d ago), licensed MIT. It adds 27 tokens to every session and 298 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

mt5-market-data

Use when the user asks about their MetaTrader 5 broker account, balance, equity, margin, open positions, pending orders, trade history, current quotes / prices / bid-ask, tradeable symbols, OHLC bars / candles / chart data, chart screenshot / chart image / show me the chart, margin requirements for a hypothetical…

vincentwongso/mt5-trading-mcp · 190 tokens

mt5-trading

Use when the user wants to place, modify, cancel, or close a real trade on their MetaTrader 5 broker - including market orders, limit / stop / stop-limit orders, adjusting stop-loss or take-profit, cancelling pending orders, or closing a position in full or part. Triggers on phrases like "buy 0.1 lots of EURUSD", "go…

vincentwongso/mt5-trading-mcp · 152 tokens

datamodel-code-generator

Use this skill when the user wants Python data models, Pydantic models, dataclasses, TypedDicts, msgspec structs, or type-safe Python classes generated from OpenAPI, AsyncAPI, JSON Schema, GraphQL, JSON/YAML/CSV sample data, MCP tool schemas, Protocol Buffers, XML Schema, Apache Avro, or existing Python model objects.…

koxudaxi/datamodel-code-generator · 147 tokens

openai-docs

Use when the user asks how to build with OpenAI products or APIs and needs up-to-date official documentation with citations (for example: Codex, Responses API, Chat Completions, Apps SDK, Agents SDK, Realtime, model capabilities or limits); prioritize OpenAI docs MCP tools and restrict any fallback browsing to…

Soju06/codex-lb · 74 tokens

trellis-start

Initializes an AI development session by reading workflow guides, developer identity, git status, active tasks, and project guidelines from .trellis/. Classifies incoming tasks and routes to brainstorm, direct edit, or task workflow. Use when beginning a new coding session, resuming work, starting a new task, or…

yuqie6/ProductFlow · 73 tokens

company-brain

How an agent should operate as one mind inside a shared Company Brain built on Caura — recall before acting, obey fleet keystones, reuse and publish skills, and report outcomes so every task compounds across the whole organization. Use this whenever you work as part of a Caura-connected team or fleet and your work…

caura-ai/caura · 108 tokens