agentic-revcat

Manage RevenueCat API operations via revcat CLI with guarded mutations requiring --apply and --yes.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/izantech/revenuecat-cli --skill agentic-revcat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentic-revcat
Source: https://github.com/izantech/revenuecat-cli/tree/main/skills/agentic-revcat
Command: npx skills add https://github.com/izantech/revenuecat-cli --skill agentic-revcat

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Safe-first playbook for using the revcat CLI in agentic development tasks (bugfix, refactor, PR prep), with strict mutation guardrails and reliable troubleshooting flows.

Core Features & Use Cases

  • Pre-flight checks and safe discovery
  • Read-only-first execution path with guarded mutations
  • Tool routing for agentic assistants (Codex, Claude Code, Gemini, Cursor, Aider)

Quick Start

Begin with a read-only discovery sequence using revcat api operations, then inspect the target operation and execute mutating actions only after confirming with --apply and --yes.

Frequently Asked Questions about agentic-revcat

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

FAQPage Schema
How do I safely automate RevenueCat API operations during refactoring?

To safely automate RevenueCat API operations, use a read-only-first workflow that routes commands through discovery and inspection before executing guarded mutations. Mutating actions require explicit confirmation flags to prevent unintended changes during refactoring.

What is the safest workflow for troubleshooting RevenueCat changes with an AI assistant?

The safest workflow for troubleshooting RevenueCat changes involves deterministic discovery, read-only inspection, and guarded execution. This enforces a safety contract where mutating operations only run after explicit confirmation, preventing accidental data modifications.

Can I use the revcat CLI with agentic coding tools like Claude Code or Cursor?

Yes, the revcat CLI is designed for agentic coding tools like Claude Code, Cursor, and Codex. It provides tool routing that promotes JSON formatting for automation and applies mutation guardrails to ensure safe execution.

How do I prevent accidental mutations when running RevenueCat CLI commands?

To prevent accidental mutations when running RevenueCat CLI commands, a strict safety contract requires the --apply and --yes flags for any mutating operation. This ensures commands are read-only by default until explicitly confirmed.

Does revcat CLI support JSON output for automation workflows?

Yes, revcat CLI supports JSON formatting for automation workflows. This allows agentic assistants to reliably parse command outputs during discovery and inspection phases before applying guarded mutations.

What are the limitations of using guarded mutations for RevenueCat API tasks?

Guarded mutations for RevenueCat API tasks require explicit --apply and --yes flags, meaning operations will fail or remain inactive without confirmation. This safety-first approach limits rapid, unattended bulk executions by design.