Back to list
salmanrrana

review

by salmanrrana

A local-first kanban board designed from the ground up for AI-assisted development

0🍴 0📅 Jan 25, 2026

SKILL.md


name: review description: Run the complete code review pipeline on recent changes. Launches three review agents in parallel to check code quality, error handling, and simplification opportunities.

Code Review Pipeline

You are running the automatic code review pipeline for Brain Dump. This pipeline ensures code quality by running three specialized review agents in parallel.

Your Task

  1. First, identify what files were recently changed by checking git diff --name-only or looking at the conversation history for Write/Edit tool usage.

  2. Launch ALL THREE review agents in PARALLEL using a single message with multiple Task tool calls:

Task 1: pr-review-toolkit:code-reviewer
- Review the recent code changes against project guidelines in CLAUDE.md
- Check for style violations, potential bugs, and adherence to patterns

Task 2: pr-review-toolkit:silent-failure-hunter
- Check for silent failures, inadequate error handling
- Look for empty catch blocks, swallowed errors, missing error messages

Task 3: pr-review-toolkit:code-simplifier
- Analyze for simplification opportunities
- Look for duplicated code, overly complex logic, unnecessary abstractions
  1. Wait for all three agents to complete.

  2. Summarize the findings in a clear format:

    • Critical Issues: Must fix before merging
    • Important Issues: Should fix, but not blocking
    • Suggestions: Nice to have improvements
  3. If there are critical issues, offer to fix them.

  4. After completing the review, mark it as done by running:

    touch "$CLAUDE_PROJECT_DIR/.claude/.review-completed" 2>/dev/null || touch .claude/.review-completed
    

Important

  • Run all three agents in PARALLEL (single message, multiple Task calls)
  • Focus on recently modified files only
  • Be concise in your summary - the user has access to the full agent outputs
  • Always mark review as completed at the end to prevent re-triggering

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon