---
name: Pair
slug: pair
category: Quality
description: Pair continues a pair-programming session by reviewing a partner’s work, verifying correctness, making edits, and completing the next task when appropriate. It appends the next message to a file and commits the changes.
github: "https://github.com/sterlingcrispin/claude_slash_commands/tree/main/pair"
stars: 200
forks: 18
install: "npx degit https://github.com/sterlingcrispin/claude_slash_commands/tree/main/pair ~/.claude/skills/pair"
installs_to: ~/.claude/skills/pair
source_path: pair/SKILL.md
collection_size: 11
category_size: 1662
collection_url: "https://dirskills.com/collections/sterlingcrispin/claude_slash_commands"
added: 2026-09-05T05:30:56.124Z
last_synced: 2026-09-05T05:30:56.124Z
canonical_url: "https://dirskills.com/skills/pair"
---

# Pair

Pair continues a pair-programming session by reviewing a partner’s work, verifying correctness, making edits, and completing the next task when appropriate. It appends the next message to a file and commits the changes.

**Install:**

```bash
npx degit https://github.com/sterlingcrispin/claude_slash_commands/tree/main/pair ~/.claude/skills/pair
```

## README

continue pair programming:
- review partners work
- verify for correctness
- make edits and complete next task if appropriate
- append your next message to the file
- commit your changes
