Review Implementing

Perform implementation-focused code reviews that prioritize correctness, security, and maintainability. Use when reviewing pull requests, validating feature completeness, or preparing release-critical changes.

nikopj01 Updated

File contents

Review Implementing

Workflow

  1. Verify behavior against requirements and edge cases first.
  2. Flag defects by severity: correctness, security, performance, maintainability.
  3. Check tests for coverage of success, failure, and boundary scenarios.
  4. Confirm architecture and coding standards are followed.
  5. Provide actionable fix suggestions and retest criteria.

nikopj01/codex-skills/tree/main/review-implementing commit 40a824b774

Frequently asked questions

npx skillmds@latest add nikopj01/review-implementing