prompt-engineering

Prompt engineering patterns including structured prompts, chain-of-thought, few-shot learning, and system prompt design

Content Preview
---
name: prompt-engineering
description: Prompt engineering patterns including structured prompts, chain-of-thought, few-shot learning, and system prompt design
---

# Prompt Engineering

## Structured System Prompt

```
You are a senior code reviewer. Your role is to analyze pull requests for:
1. Correctness - logic errors, edge cases, off-by-one errors
2. Security - injection, authentication, data exposure
3. Performance - N+1 queries, unnecessary allocations, missing indexes
4. Maintainabili
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/prompt-engineering.md \
  https://raw.githubusercontent.com/rohitg00/awesome-claude-code-toolkit/main/skills/prompt-engineering/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/rohitg00/awesome-claude-code-toolkit

Then reference at skills/prompt-engineering/SKILL.md

Related Skills