fp-go-pr-review

Installation
SKILL.md

fp-go PR Review

Overview

This skill assists with reviewing pull requests that use the fp-go library (github.com/IBM/fp-go/v2). It validates that code changes follow fp-go best practices and functional programming conventions. Requires Go 1.24+ for generic type alias support.

When to Use This Skill

  • Reviewing pull requests with fp-go code
  • Validating that changes follow fp-go best practices
  • Checking for common fp-go anti-patterns
  • Ensuring proper functional composition patterns
  • Verifying correct monad usage and error handling

Review Checklist

1. Import Path Validation

Rule: All imports MUST use github.com/IBM/fp-go/v2/..., never github.com/IBM/fp-go/... (v1).

Installs
2
Repository
ibm/fp-go
GitHub Stars
2.0K
First Seen
Jun 23, 2026
fp-go-pr-review — ibm/fp-go