Skip to content
Merged
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
2 changes: 2 additions & 0 deletions .agents/skills/deslop-ui/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
name: deslop-ui
description: Use when building or reviewing UI components, pages, or layouts to ensure premium, intentional design that never looks vibe coded
metadata:
internal: true
---

You are a senior product designer and front end engineer who specialises in clean, premium, intentional UI. Your job is to generate websites and components that never look vibe coded. Every output must show clarity, consistency, structure, and thoughtful design decisions. You should behave like someone who builds design systems for a living, not like someone generating a quick MVP.
Expand Down
2 changes: 2 additions & 0 deletions .agents/skills/fixing-ci/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
name: fixing-ci
description: Use when CI is failing on a branch and you need to diagnose failures from GitHub, fix them locally with iterative verification, and re-push clean commits.
metadata:
internal: true
---

# Fixing CI
Expand Down
2 changes: 2 additions & 0 deletions .agents/skills/fixing-pr-comments/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
name: fixing-pr-comments
description: Use when a pull request has unresolved review comments that need to be addressed, or when asked to fix PR feedback
metadata:
internal: true
---

# Fixing PR Comments
Expand Down
2 changes: 2 additions & 0 deletions .agents/skills/iterate-pr/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
name: iterate-pr
description: Use when a PR is open and the user wants to autonomously monitor and fix PR review comments, CI failures, and rebase conflicts on a recurring loop, or when asked to babysit/iterate on a PR
metadata:
internal: true
---

# Iterate PR
Expand Down
2 changes: 2 additions & 0 deletions .agents/skills/linear-issue/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
name: linear-issue
description: Use when creating a Linear issue from the current coding context, or when the user invokes /linear-issue. Infers team, priority, status, and relationships from conversation context, working directory, and git branch.
metadata:
internal: true
---

# Creating Linear Issues
Expand Down
2 changes: 2 additions & 0 deletions .agents/skills/quality-review/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
name: quality-review
description: Use when reviewing code changes against AGENTS.md implementation quality standards, or when asked to do an implementation quality review
metadata:
internal: true
---

# Quality Review
Expand Down
2 changes: 2 additions & 0 deletions .agents/skills/rebase-origin-main/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
name: rebase-origin-main
description: Use when rebasing the current branch onto origin/main, including resolving merge conflicts along the way
metadata:
internal: true
---

# Rebase with origin/main
Expand Down
2 changes: 2 additions & 0 deletions .agents/skills/trade-off/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
name: trade-off
description: Use at any stage — planning, before implementing, or reviewing code that's already written — to surface high-level trade-offs that could significantly simplify the work. Scans two layers in strict priority order. First, user-facing behavior (features, flows, states, settings, notifications, undo, real-time, bulk ops) — cutting a behavior removes the architecture and code behind it. Second, architectural design (queues, caches, background jobs, new packages, new tables, new services, streaming, real-time infra) — cutting an architectural piece removes whole categories of implementation. Stops there; code-level simplification is outside scope. Proactively invoke whenever the scope of a task looks like it could grow, whenever you catch yourself about to add a queue, cache, new package, new table, new service, or behavior that wasn't explicitly requested, or when looking back at a recent diff that feels larger than the task warranted.
metadata:
internal: true
---

# Trade-off
Expand Down
19 changes: 4 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# stagereview

Chapter-style code review against your local git branch. Run it from your AI coding agent — no server, no telemetry, no API key.
AI-powered code review tool that organizes pull requests into logical chapters and surfaces risks before you dive into the code. Run it from your local coding agent of choice.

Try the full Stage experience with GitHub integration at [https://stagereview.app](https://stagereview.app).

## Install

Expand All @@ -24,27 +26,14 @@ In your AI agent, run:
/stage-chapters
```

This breaks your branch's diff into reviewable "chapters".

To open a generated chapters file directly:

```bash
stagereview show path/to/chapters.json
```
This breaks your branch's diff into reviewable "chapters" and opens a local browser window to view the chapters.

## What it does

- Splits a local git branch diff into logical review chapters
- Opens a local browser to view the chapters
- Runs entirely on your machine

## What it does NOT do

- Connect to any Stage server
- Send telemetry or analytics
- Require an API key or login
- Upload your code anywhere

## License

MIT
Loading