# Review And Comments

> Review a PR for code quality and security issues, then post review comments on it. Runs review-pr followed by post-review-comments sequentially.

- Skill: `dyoshikawa/review-and-comments` (Agent Skill)
- Install (CLI): `npx skillmds@latest add dyoshikawa/review-and-comments`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dyoshikawa/review-and-comments/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: dyoshikawa (https://skillmd.com/u/dyoshikawa)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/dyoshikawa/review-and-comments

---

target_pr = $ARGUMENTS

If target_pr is not provided, use the PR of the current branch.

## Step 1: Review the PR

Run the `review-pr` skill with $target_pr.

## Step 2: Post Review Comments

Using the review results from Step 1, run the `post-review-comments` skill with $target_pr.

