# Check Your Work

> Performs a comprehensive review of the current session's work to ensure completeness, correctness, and proper documentation. Use when this capability is needed.

- Skill: `tomevault-io/check-your-work` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/check-your-work`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/check-your-work/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/check-your-work

---


# Check Your Work

This command performs a comprehensive review of the current session's work.

## When to Use

Run `/check-your-work` at the end of a coding session or before committing changes.

## Workflow

### 1. Extract Goals
Review conversation history. Create a checklist of explicit and implicit goals.

### 2. Verify Each Goal
- Locate implementation.
- Verify completeness and correctness.
- Update checklist status.

### 3. Verification Steps
- `git status` / `git diff`
- Check linter errors.
- Verify logic and edge cases.

### 4. Fix Issues
- Fix syntax/logic errors immediately.
- Ask user about ambiguities.

### 5. Documentation
- Verify Intent Headers and "Why" comments.
- Run `/document` for non-trivial changes.
- Run `/document-module` if detailed DB schema changed.

### 6. Final Report
Present the verified checklist to the user.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/tedd) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-14 -->

