---
name: Comment Checker
slug: comment-checker
category: AI Engineering
description: Comment Checker helps Codex understand and respond to automatic comment-checker feedback emitted after successful edit-like PostToolUse hooks. Use it when a patch triggers a warning and Codex must fix or explain the flagged comment before moving on.
github: "https://github.com/code-yeongyu/lazycodex/tree/main/plugins/omo/skills/comment-checker"
language: TypeScript
stars: 3246
forks: 201
install: "npx degit https://github.com/code-yeongyu/lazycodex/tree/main/plugins/omo/skills/comment-checker ~/.claude/skills/comment-checker"
installs_to: ~/.claude/skills/comment-checker
source_path: plugins/omo/skills/comment-checker/SKILL.md
collection_size: 25
category_size: 2451
collection_url: "https://dirskills.com/collections/code-yeongyu/lazycodex"
added: 2026-08-17T07:08:39.404Z
last_synced: 2026-08-17T07:08:39.404Z
canonical_url: "https://dirskills.com/skills/comment-checker"
---

# Comment Checker

Comment Checker helps Codex understand and respond to automatic comment-checker feedback emitted after successful edit-like PostToolUse hooks. Use it when a patch triggers a warning and Codex must fix or explain the flagged comment before moving on.

**Install:**

```bash
npx degit https://github.com/code-yeongyu/lazycodex/tree/main/plugins/omo/skills/comment-checker ~/.claude/skills/comment-checker
```

## README

# Codex Comment Checker

The plugin registers a `PostToolUse` hook for successful `apply_patch`, `write`, `edit`, `multi_edit`, and `multiedit` calls.

When comment-checker reports a warning after a patch, Codex receives blocking feedback and should fix or explain the flagged comment before moving on.

## Scope

- No MCP tool is exposed.
- Non-edit tools are ignored by this plugin.
- Missing checker binaries emit no hook output so normal Codex work can continue.
