fp-review

Automate commit-to-issue linking during code review using fp CLI commands.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/brettimus/fp-extensions-playground --skill fp-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fp-review
Source: https://github.com/brettimus/fp-extensions-playground/tree/main/.claude/skills/fp-review
Command: npx skills add https://github.com/brettimus/fp-extensions-playground --skill fp-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates ensuring commits are properly linked to issues during code review.

Core Features & Use Cases

  • Verifies that commits are attached to the correct issues and surfaces mismatches for quick correction
  • Leaves targeted review comments on changes and opens interactive reviews in the desktop app
  • Generates concise stories documenting the changes and rationale for future reference

Quick Start

Ask fp to review a project's commits, assign them to issues, leave review comments, and generate a story describing the changes.

Frequently Asked Questions about fp-review

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

FAQPage Schema
How do I link commits to issues during code review?

To link commits to issues during code review, this Skill automates verifying commit attachments and surfaces mismatches for quick correction using the fp CLI. It checks assignments to ensure commits are properly associated with the correct issues.

How do I leave review comments on code changes from the CLI?

You can leave review comments on code changes by asking fp to review a project's commits. The Skill uses the fp comment command to leave targeted feedback and opens interactive reviews in the desktop app.

What is the best way to generate stories documenting code changes?

The best way to generate stories documenting code changes is using the fp story command. It creates concise stories documenting the changes and rationale for future reference, automating the documentation process across desktop and CLI workflows.

Can I use fp CLI commands for code review across desktop and CLI workflows?

Yes, you can use fp CLI commands for code review across desktop and CLI workflows. The Skill relies on fp issue, fp comment, fp review, and fp story commands to perform deterministic tasks and guide user interactions in both environments.

Why does my code review fail when commits are not attached to issues?

Code review fails when commits are not attached to issues because the Skill automates verifying proper linkage. It surfaces mismatches between commits and issues for quick correction, ensuring all commits are properly assigned before proceeding.