From general-oat-skills
Runs a quick project health check covering git status, recent commits, GitHub Actions workflow runs, and package build verification. Use when starting a session, before a release, or to get a fast overview of project state.
How this skill is triggered — by the user, by Claude, or both
Slash command
/general-oat-skills:checkThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Perform a quick status check:
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.
git status, git log --oneline -3, and gh run list --limit=3 in parallel to check current stateuv buildError 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.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub open-agent-tools/general-oat-skills --plugin oat-run-adk-evals