Skip to content
Open
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
1 change: 1 addition & 0 deletions ai/skills/address-pr-review/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: address-pr-review
description: Analyze unresolved PR review comments and recommend whether to fix, skip, or optionally address each. Use when a PR has review comments and you need a verdict on how to respond.
argument-hint: PR number or URL
context: fork
background: false
---

# Address PR Review
Expand Down
1 change: 1 addition & 0 deletions ai/skills/examine-architecture/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: examine-architecture
description: Audit codebase, assess technical debt, analyze architecture, find structural problems. Use when evaluating code health, planning refactors, or need architectural review. Covers brittleness, coupling, complexity.
argument-hint: Area to focus on (optional)
context: fork
background: false
---

# Architecture Examination
Expand Down
1 change: 1 addition & 0 deletions ai/skills/review-dependabot/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name: review-dependabot
description: Merge Dependabot PRs, update dependencies, handle dependency updates. Use when Dependabot PRs are pending, need to review dependency bumps, or update packages safely.
context: fork
background: false
---

# Review Dependabot
Expand Down
1 change: 1 addition & 0 deletions ai/skills/ship/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: ship
description: Runtime-neutral autonomous end-to-end feature development without user involvement. Plans, validates with specialist agents, defends against skeptic, implements, refines, delivers, and compounds learnings. Use when building a feature hands-free, implementing from a ticket, or wanting fully autonomous development in Claude, Codex, or another agent runtime.
argument-hint: Feature description, ticket URL, Linear issue ID, or GitHub issue # (e.g. `#128`)
context: fork
background: false
---

# Autonomous Ship Workflow
Expand Down
Loading