An agent skill for compact engineering self-review after an implementation pass.
Use it before final delivery, or when an implementation needs a focused check for responsibility boundaries, unnecessary abstractions, defensive branches, naming clarity, test intent, code/documentation alignment, documentation iteration scope, and same-class issues.
- After a first implementation pass, before final delivery.
- When user feedback questions code organization, naming, defensive checks, or abstraction necessity.
- When one issue may imply similar problems elsewhere and a same-class scan is needed.
- Full pull request or code review.
- Security audits or threat modeling.
- Architecture design or requirements planning before implementation.
- Reviews without a concrete implementation change or proposal.
Clone this repository into your agent's skills directory. For Codex, use:
git clone https://github.com/xiluoduyu/implementation-self-review.git ~/.codex/skills/implementation-self-reviewThen invoke it by name:
Use $implementation-self-review to review the current implementation for boundary clarity, necessity, and overengineering.
MIT