code-reviewer-dismiss

Manage code review dismissals in a git branch's DISMISSALS.md file.

Updated May 18, 2026
One-click install
npx skills add https://github.com/cfactolerin/code_reviewer --skill code-reviewer-dismiss
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: code-reviewer-dismiss
Source: https://github.com/cfactolerin/code_reviewer/tree/main/skills/code-reviewer-dismiss
Command: npx skills add https://github.com/cfactolerin/code_reviewer --skill code-reviewer-dismiss

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The code-reviewer-dismiss Skill addresses the need for managing dismissed findings in code reviews, streamlining the process of adding, removing, or listing dismissed findings.

Core Features & Use Cases

  • Manage Dismissals: Allows users to add, remove, or list dismissed findings in a branch's DISMISSALS.md file.
  • Simple Command Interface: Offers a straightforward command interface for dismissal management.
  • Automated Review Sync: Ensures dismissed findings are reflected in the review process upon the next code review execution.

Quick Start

Use the /code-reviewer:dismiss add <file:line> "<summary>" "<reason>" command to add a dismissal.

Frequently Asked Questions about code-reviewer-dismiss

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

FAQPage Schema
How do I manage dismissed findings in a git branch code review?▼

To manage dismissed findings in a git branch code review, you can automate adding, removing, and listing dismissals directly within a DISMISSALS.md file using simple command scripts.

What is the command syntax to add a code review dismissal?▼

The command syntax to add a code review dismissal is `/code-reviewer:dismiss add <file:line> "<summary>" "<reason>"`, which logs the entry into the branch's DISMISSALS.md file.

How does dismissing a code review finding affect the next review execution?▼

Automated review sync ensures that previously dismissed findings are reflected in the review process and skipped upon the next code review execution within the branch.

Can I list and remove dismissed code review findings using Bash scripts?▼

Yes, you can list and remove dismissed code review findings using simple Bash scripts that execute commands to manage entries directly in the DISMISSALS.md file.

Do I need any external dependencies to automate code review dismissals?▼

No external dependencies are required to automate code review dismissals; the management process relies solely on Bash scripts integrating with your existing git branch environment.

What is the best way to document dismissed findings for future code reviews?▼

The best way to document dismissed findings is to maintain a DISMISSALS.md file in your branch, which provides a straightforward command interface for tracking and syncing review dismissals.