New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

cursor-full-flow

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cursor-full-flow

End-to-End Development Workflow for Cursor IDE - Jira to PR automation

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

🔄 Cursor Full-Flow

End-to-End Development Workflow for Cursor IDE - Jira to PR Automation

npm version License: MIT

🚀 Quick Install

npx cursor-full-flow

One command installs 22 workflow commands for complete Jira → Code → PR automation.

What is Full-Flow?

Full-Flow transforms Cursor into a Ticket-to-PR Automation System. It provides:

  • State Detection - Knows what's already done (branch exists? PR created? Tests added?)
  • Parallel Context Gathering - Fetches Jira, Figma, codebase patterns simultaneously
  • Budget Enforcement - Prevents scope creep with file budgets
  • Smart PR Management - Auto-descriptions, review checklists, comment fixing

📦 Command Bundles

BundleCommandsUse Case
Minimal5Core workflow only
Standard11+ Jira integration
Complete22+ PR + Analysis tools

🔧 Commands Reference

🔄 Workflow (Core)

CommandDescription
/full-flow RBW-1234Complete Jira → PR workflow with auto-resume
/gather-context RBW-1234Collect all requirements before coding
/plan-and-budgetCreate implementation plan with file budget
/snapshotCreate safe-point before risky changes
/parallel-tasksRun multiple analysis tasks simultaneously

📋 Jira Integration

CommandDescription
/jira-fetch RBW-1234Fetch ticket with AC, comments, links
/jira-branch RBW-1234Create properly named feature branch
/jira-pr RBW-1234Create PR with Jira context
/jira-test RBW-1234Add "How to Test" instructions
/jira-docs RBW-1234Create Confluence documentation
/jira-breakdown RBW-1234Break complex ticket into subtasks

🔍 PR Management

CommandDescription
/pr-review 12345AI-powered PR review
/pr-fix 12345Address review comments
/pr-checklist 12345Comprehensive quality checklist
/pre-pr-checkValidate before creating PR
/split-prSplit large PR into smaller ones
/create-pr-descriptionGenerate PR description
/learn-from-prsLearn patterns from merged PRs

📈 Analysis

CommandDescription
/churn-mapFind high-churn files needing attention
/migration-planPlan large-scale migrations
/refactorGuided refactoring workflow
/refactor-newChurn-aware refactoring

🔌 MCP Integration

Full-Flow works best with these MCPs configured:

MCPPurposeRequired
🐙 GitHubPR management, CI status✅ Yes
📋 JiraTicket context, comments✅ Yes
💬 SlackTeam notificationsOptional
📅 CalendarMeeting awarenessOptional

The installer guides you through MCP setup with step-by-step instructions.

💡 Example Workflow

# 1. Start with a ticket
/full-flow RBW-3459

# Full-Flow automatically:
# ✅ Fetches Jira ticket (summary, AC, comments)
# ✅ Extracts Figma links and backend context
# ✅ Analyzes codebase for patterns
# ✅ Creates implementation plan
# ✅ Creates feature branch
# ✅ Implements with quality checks
# ✅ Creates PR with template
# ✅ Adds "How to Test" to Jira

# 2. Resume anytime - state is auto-detected
/full-flow RBW-3459
# → Detects: "PR exists, 2 review comments pending"
# → Offers to address comments

🔄 State Detection

When you run /full-flow multiple times, it auto-detects:

StateAction
No branchStart from Phase 1
Branch exists, no commitsResume at implementation
Has commits, no PRCreate PR
PR exists (draft)Check for missing docs
PR has changes requestedFix review comments
PR approvedReady to merge!
PR mergedShow completion summary

📂 Installation Structure

After installation:

.cursor/
└── commands/
    ├── full-flow.md
    ├── gather-context.md
    ├── jira-fetch.md
    ├── pr-review.md
    └── ... (22 total)

🛠️ CLI Commands

npx cursor-full-flow              # Interactive install
npx cursor-full-flow --bundle complete -y  # Non-interactive
npx cursor-full-flow status       # Check installation
npx cursor-full-flow list         # List all commands
npx cursor-full-flow help         # Show help

🤝 Works With

📄 License

MIT © Sharath Chandra

Made for developers who want their IDE to handle the boring stuff.

Keywords

cursor

FAQs

Package last updated on 28 Dec 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts