check
Check
Read-only verification of the agent's current work against a specific question. Produces a verdict-first answer backed by evidence from git state and codebase context.
Write and Edit are intentionally excluded from allowed-tools. This skill MUST NOT modify any files.
Workflow
Follow all 4 steps sequentially.
Step 1: Parse the Question
-
Extract the question text from everything after
/check./check does the new endpoint handle errors?-> question is "does the new endpoint handle errors?"/check(bare, no argument) -> must clarify
-
Classify the question:
- Verification -- expects YES / NO / PARTIAL (e.g., "is X done?", "does Y handle Z?", "are tests passing?")
- Explanation -- expects a short description (e.g., "what changed in auth?", "how does the new caching work?")
More from nathan13888/nice-skills
init-repo
Scaffolds a new project repository for agentic development from a problem description, or sets up ops tooling (git, precommits, gitignore, licensing, CI) for an existing project. Guides the user through naming, runtime, package manager, devops, licensing, and project structure. Use when the user says "init project", "new project", "start a project", "scaffold repo", "create repo", or describes a problem they want to build a solution for.
23doc-n-fix
Processes PR review feedback into a prioritized checklist, documents it to a
7wtf
Quick situational awareness for the current git branch. Summarizes what a
6send-it
Push feature branch and create a GitHub PR with structured title and
6explore
Strategic discovery of a project's capabilities from a solutions architect
6sus
Finds suspicious, architecturally problematic, or high-impact maintainability
6