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

- Skill: `open-agent-tools/check` (Agent Skill)
- Install (CLI): `npx skillmds@latest add open-agent-tools/check`
- Raw SKILL.md: https://api.skillmd.com/api/skills/open-agent-tools/check/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: Open-Agent-Tools (https://skillmd.com/u/open-agent-tools)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/open-agent-tools/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.

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.

