Check

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.

Open-Agent-Tools 27667c1 941 B Updated

File contents

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.

Open-Agent-Tools/General-OAT-Skills/tree/main/skills/check commit 27667c1d21

Frequently asked questions

npx skillmds@latest add open-agent-tools/check