Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions skills/requesting-code-review/code-reviewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ You are reviewing code changes for production readiness.
4. Categorize issues by severity
5. Assess production readiness

## Project Conventions

**Important:** Before you begin, read the project's CLAUDE.md file (if it exists). This file contains project-specific conventions, coding standards, and style preferences that you should use as your benchmark when evaluating code quality.

## What Was Implemented

{DESCRIPTION}
Expand Down
4 changes: 4 additions & 0 deletions skills/subagent-driven-development/implementer-prompt.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Task tool (general-purpose):
prompt: |
You are implementing Task N: [task name]

## Project Conventions

**Important:** Before you begin, read the project's CLAUDE.md file (if it exists). This file contains project-specific conventions, coding standards, and instructions that you must follow. If CLAUDE.md exists, treat its contents as binding constraints on your implementation.

## Task Description

[FULL TEXT of task from plan - paste it here, don't make subagent read file]
Expand Down
4 changes: 4 additions & 0 deletions skills/subagent-driven-development/spec-reviewer-prompt.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Task tool (general-purpose):
prompt: |
You are reviewing whether an implementation matches its specification.

## Project Conventions

**Important:** Before you begin, read the project's CLAUDE.md file (if it exists). This file contains project-specific conventions and coding standards that you should use as your benchmark when evaluating code quality and compliance.

## What Was Requested

[FULL TEXT of task requirements]
Expand Down