notes

Orchestrate a focused worktree workflow to address pull request feedback.

3|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/open-horizon-labs/bottle --skill notes-open-horizon-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notes
Source: https://github.com/open-horizon-labs/bottle/tree/main/.claude-plugin/plugins/miranda/skills/notes
Command: npx skills add https://github.com/open-horizon-labs/bottle --skill notes-open-horizon-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of handling pull request feedback by guiding you through creating isolated worktrees, collecting comments, and applying fixes before pushing updates.

Core Features & Use Cases

  • Create and manage isolated worktrees for specific PRs
  • Aggregate and triage PR comments, then stage and commit fixes
  • Push changes and provide a clean PR update workflow
  • Use case: A developer on a team receives multiple inline reviews; this skill automates the cycle from checking out the PR to completing and pushing fixes.

Quick Start

From the repository root, run the command /notes <pr-number> to begin addressing feedback. The system will create a dedicated worktree for the PR, fetch comments, and guide you through fixes, reviews, and pushing updates.

Frequently Asked Questions about notes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I address pull request feedback without switching branches in my main git repository?

Address pull request feedback by creating an isolated git worktree for the specific PR, allowing you to apply fixes without disrupting your current branch. This workflow aggregates inline comments and stages commits directly within the isolated worktree.

What is the best way to automate the PR review cycle from checking out a branch to pushing fixes?

Automating the PR review cycle is best handled by orchestrating a worktree workflow that fetches PR comments, guides you through applying fixes, and manages the push-and-close flow. It streamlines the entire process from checkout to completion.

Do I need the GitHub CLI installed to manage code review fixes in isolated worktrees?

Yes, you need the GitHub CLI (gh) and git installed to manage code review fixes in isolated worktrees. The workflow requires access to these tools to fetch PR comments, manage branches, and push updates.

Can I aggregate and triage inline PR comments across multiple branches?

Yes, you can aggregate and triage inline PR comments across multiple branches by creating dedicated worktrees for each pull request. This enables isolated fixes and review passes for teams reviewing code across multiple branches simultaneously.

How do I start a worktree workflow for a specific pull request number?

Start a worktree workflow for a specific pull request by running the /notes command with the PR number from your repository root. The system creates a dedicated worktree, fetches comments, and guides you through staging and pushing fixes.

What limitations exist when using git worktrees to address PR feedback?

Limitations include requiring local access to both gh and git, and the workflow reads dive context from .wm/dive_context.md when available. Complex multi-repository dependencies may require manual coordination outside the isolated worktree.