# Pr Review Anti Patterns

> Add or remove entries in .agents/references/pr-review-anti-patterns/. Use when the user wants to document a review miss from one or more merged PRs, or remove a stale anti-pattern entry.

- Skill: `yamada-ui/pr-review-anti-patterns` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add yamada-ui/pr-review-anti-patterns`
- Raw SKILL.md: https://api.skillmd.com/api/skills/yamada-ui/pr-review-anti-patterns/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: yamada-ui (https://skillmd.com/u/yamada-ui)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/yamada-ui/pr-review-anti-patterns

---


# Overview

Add or remove entries in the [PR Review Anti-Patterns](/.agents/references/pr-review-anti-patterns/index.md), which collect cases from past PRs where each AI approved changes that the maintainer disagreed with, or where each AI approved based on incorrect knowledge or interpretation.

# Gotchas

- When adding, modifying, or deleting files, always do so in a new worktree branched from `origin/main`.
- Keep the PR title as a single sentence that is clear to others. Do not reuse the commit message as the PR title.
- Write the title and summary of each [PR Review Anti-Patterns](/.agents/references/pr-review-anti-patterns/index.md) entry using search-friendly keywords so that the relevant entry is easy to find.

# Steps

## 0: Branching

Branch on each step based on whether `$ARGUMENTS` is provided.

- If arguments are provided: proceed to step 1.a.
- If no arguments are provided: proceed to step 1.b.

## 1.a: Add

Follow the [procedure](references/add.md) to execute.

## 1.b: Delete

Follow the [procedure](references/delete.md) to execute.

