preen-review-instructions

Audit and update code review instructions in REVIEW.md and .gemini/INSTRUCTIONS.md.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/a2f0/tearleads --skill preen-review-instructions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: preen-review-instructions
Source: https://github.com/a2f0/tearleads/tree/main/.codex/skills/preen-review-instructions
Command: npx skills add https://github.com/a2f0/tearleads --skill preen-review-instructions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures that code review instructions are accurate, complete, and synchronized across different documentation files, preventing outdated or conflicting guidance.

Core Features & Use Cases

  • Audit Instructions: Checks REVIEW.md and .gemini/INSTRUCTIONS.md for completeness and accuracy against codebase changes.
  • Sync Documentation: Identifies discrepancies between master review instructions and AI-specific guidelines.
  • Use Case: After introducing a new API security standard, use this Skill to verify that REVIEW.md is updated and that the corresponding instructions are reflected in .gemini/INSTRUCTIONS.md.

Quick Start

Run the preen-review-instructions skill to audit and update code review instructions.

Frequently Asked Questions about preen-review-instructions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I keep code review instructions synchronized with codebase changes?

You sync code review instructions by auditing REVIEW.md and .gemini/INSTRUCTIONS.md to identify missing sections for new patterns and outdated package structures, ensuring documentation matches the codebase.

What is the best way to audit AI-specific review guidelines against master instructions?

The best way to audit AI-specific guidelines is comparing .gemini/INSTRUCTIONS.md against REVIEW.md to find discrepancies, missing sections for new patterns, and outdated package structures, prioritizing security rule updates.

How do I update REVIEW.md after introducing a new API security standard?

To update REVIEW.md for a new API security standard, run an audit that verifies the master instructions are updated and checks that corresponding instructions are accurately reflected in .gemini/INSTRUCTIONS.md.

Does auditing code review documentation require Git and shell commands?

Yes, auditing code review documentation requires shell commands and Git to perform repository discovery and comparison, ensuring accurate identification of missing sections and outdated package structures.

Why do my code review docs show conflicting guidance for AI tools?

Conflicting guidance occurs when discrepancies exist between master review instructions in REVIEW.md and AI-specific guidelines in .gemini/INSTRUCTIONS.md, which requires an audit to synchronize.

When do I need to run an audit for documentation synchronization?

You need an audit for documentation synchronization when introducing new codebase patterns, updating package structures, or adding security standards, ensuring REVIEW.md and .gemini/INSTRUCTIONS.md remain accurate.