# Check

> Check work for adherence with architecture, run quality checks, and suggest a commit message. Use after completing work on a feature or bug fix.

- Skill: `sahildave/check` (Agent Skill)
- Install (CLI): `npx skillmds@latest add sahildave/check`
- Raw SKILL.md: https://api.skillmd.com/api/skills/sahildave/check/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: sahildave (https://skillmd.com/u/sahildave)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/sahildave/check

---


## Execution

1. Check all work in this session for adherence with `docs/developer/architecture-guide.md`.
2. Remove any unnecessary comments or `console.log` statements introduced during development, and clean up any "leftovers" from approaches that didn't work.
3. Run `npm run check:all` and fix any errors.
4. Suggest a concise commit message summarizing the work done in this session.

