qai-consultant: Skill for Claude Code

.claude/skills/ci-check/SKILL.md

ci-check is a skill for Claude Code from gvasile29/qai-consultant. It costs 36 tokens per session (225 once invoked), scanned A, original, no licence file.

A check for confirming that GitHub Actions, GitHub's automated build and test service, is passing after code is pushed.

In plain words
What is it for?
Use it immediately after pushing to master or a pull-request branch to verify that CI, continuous integration checks, is green.
Why use it?
It prevents work from being declared complete while the repository's automated checks are failing.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is gvasile29/qai-consultant's own configuration. It tells Claude Code how to work on qai-consultant 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 qai-consultant configures →

Reuse

Borrowing it

Nothing to install: this file belongs to gvasile29/qai-consultant. 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/gvasile29/qai-consultant/master/.claude/skills/ci-check/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/gvasile29/qai-consultant

Made for: Claude Code.

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 ci-check

README.md
[![agentmods](https://agentmods.dev/badge/skills/gvasile29/qai-consultant/ci-check/github.svg)](https://agentmods.dev/skills/gvasile29/qai-consultant/ci-check)
Your own site
<a href="https://agentmods.dev/skills/gvasile29/qai-consultant/ci-check"><img src="https://agentmods.dev/badge/skills/gvasile29/qai-consultant/ci-check/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 ci-check

Your own site · 80×15
<a href="https://agentmods.dev/skills/gvasile29/qai-consultant/ci-check"><img src="https://agentmods.dev/badge/skills/gvasile29/qai-consultant/ci-check.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 225 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 unknown 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.00036 $0.00225
Opus 5 $0.00018 $0.00112
Sonnet 5 $0.00007 $0.00045
Haiku 4.5 $0.00004 $0.00022

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

Security

Grade A, and why

ci-check 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 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (check.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.

.claude/skills/ci-check/SKILL.md · 18 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 12d ago First seen · 18 lines · 36 tokens per session scan A b6ffe347f74e

Subscribe to this mod's changes

ci-check is a skill published in the GitHub repository gvasile29/qai-consultant (4 stars, last pushed 2d ago), with no licence file. It adds 36 tokens to every session and 225 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-31.

Related

Other skills, from other repositories

perseus

Use when you need a bounded, local Perseus context render before an assistant reads project state. Perseus resolves selected workspace inputs such as git, services, sessions, and task notes into markdown. Use for deterministic session starts, workspace audits, and explicit context handoffs.

Perseus-Computing-LLC/perseus · 58 tokens

memory-commit

Use when the user explicitly says "remember this", "save this", "ghi nho", "luu lai", "save for next time", or otherwise asks to persist the immediately preceding context. Captures with the appropriate contexttype (decision, preference, fact, skill, task, conversation) so future sessions can retrieve it accurately.

n24q02m/mnemo-mcp · 72 tokens

release-notes

Convert changes into concise release notes with highlights, fixes, and upgrade notes.

spyrae/kronos-agent-os · 19 tokens

deepagents-thread-inspector

Inspect and explain conversations in the local Deep Agents Code SQLite session store. Use as a fallback when LangSmith trace tooling is unavailable, for offline or untraced sessions, or when asked to identify or summarize a local dcode thread, inspect checkpoint metadata, list recent local threads, or parse…

langchain-ai/deepagents · 82 tokens

query-writing

Writes and executes SQL queries from simple SELECTs to complex multi-table JOINs, aggregations, and subqueries. Use when the user asks to query a database, write SQL, run a SELECT statement, retrieve data, filter records, or generate reports from database tables.

langchain-ai/deepagents · 57 tokens

planning

Break down a coding task into a structured implementation plan with clear steps, file identification, and risk assessment.

langchain-ai/deepagents · 23 tokens