check

check is a skill for Claude Code from Open-Agent-Tools/General-OAT-Skills. It costs 46 tokens per session (242 once invoked), scanned A, original, Apache-2.0.

A quick project health check that examines the Git working state, recent commits, GitHub Actions runs, and package build.

In plain words
What is it for?
Use it before starting work or releasing code to check Git status, recent history, GitHub Actions results, and whether the package builds successfully.
Why use it?
It gives developers a fast view of whether a project has uncommitted changes, recent workflow failures, or build problems.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the general-oat-skills plugin — 9 skills shipped together

Good fit Use it before starting work or releasing code to check Git status, recent history, GitHub Actions results, and whether the package builds successfully.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/open-agent-tools/general-oat-skills/check
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.

Any agent
npx skills add Open-Agent-Tools/General-OAT-Skills --skill check
Clone the repo
git clone --depth 1 https://github.com/Open-Agent-Tools/General-OAT-Skills

Made for: Claude Code.

Or install general-oat-skills, the plugin that ships this one along with the rest of its 9 skills.

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 check

README.md
[![agentmods](https://agentmods.dev/badge/skills/open-agent-tools/general-oat-skills/check.svg)](https://agentmods.dev/skills/open-agent-tools/general-oat-skills/check)
Your own site
<a href="https://agentmods.dev/skills/open-agent-tools/general-oat-skills/check"><img src="https://agentmods.dev/badge/skills/open-agent-tools/general-oat-skills/check.svg" alt="Measured on agentmods" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 242 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.00046 $0.00242
Opus 5 $0.00023 $0.00121
Sonnet 5 $0.00009 $0.00048
Haiku 4.5 $0.00005 $0.00024

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

Security

Grade A, and why

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 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.

skills/check/SKILL.md · 29 lines

What it actually says

Perform a quick status check:

Output Format: Use clear section headers and timestamps for each check.

Tool Validation: First verify that required tools are installed (git, gh, uv) and the project is in a valid git repository.

  1. Git and workflow status (parallel): Execute git status, git log --oneline -3, and gh run list --limit=3 in parallel to check current state
  2. Package status: Check if package builds successfully with uv build

Error Handling: If any command fails, attempt to diagnose and fix the issue. If unable to fix, report the specific error and suggest potential solutions.

Provide a concise summary of the project's current state.

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 · 29 lines · 46 tokens per session scan A 01a1aee70d70

Subscribe to this mod's changes

check is a skill published in the GitHub repository Open-Agent-Tools/General-OAT-Skills (2 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 46 tokens to every session and 242 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

atmos-modernization

Atmos Modernization: migrate deprecated or legacy Atmos patterns to current names, Native CI, Atmos Pro drift detection, dependencies.components, nametemplate, and declared secrets.

cloudposse/atmos · 36 tokens

planner

Interactive planning and execution for complex tasks. Use when breaking down multi-step projects (planning) or executing approved plans through delegation (execution). Planning creates milestones with specifications; execution delegates to specialized agents. Use when you say "plan this feature", "create…

rjmurillo/ai-agents · 60 tokens

execution-plans

Manage execution plans as versioned artifacts with progress tracking and decision logs. Use when you say "create execution plan", "update plan progress", "log decision", "complete plan", or "abandon plan". Do NOT use to break work into milestones or delegate tasks (use planner).

rjmurillo/ai-agents · 61 tokens

work-operating-model

Run a 5-layer interview to elicit how a team actually works (rhythms, decisions, dependencies, institutional knowledge, friction) and emit a structured operating model. Use when you say "elicit operating model", "interview team operating model", "how does this team actually work", or "validate operating model". Do NOT…

rjmurillo/ai-agents · 102 tokens

ai-agents-docs-of-record

Runbook for this repo's documents of record. Session logs, ADRs, retrospectives, Serena memories, per-issue handoffs, plus the templates, validators, naming rules, and house prose style that bind them. Use when you say write the session log, create an ADR, fill the retro, save this to memory, which document of record.…

rjmurillo/ai-agents · 113 tokens

omc-ado-triage

Azure DevOps work item triage — surfaces untriaged items, active work, open PRs, pipeline failures, and security alerts. WHEN: User wants to check ADO board status, triage work items, see pipeline health, review open PRs, or get a project health overview. DO NOT USE FOR: Sprint planning (use omc-ado-sprint), PR code…

RobinNorberg/oh-my-copilot · 114 tokens