
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
cursor-full-flow
Advanced tools
End-to-End Development Workflow for Cursor IDE - Jira to PR automation
End-to-End Development Workflow for Cursor IDE - Jira to PR Automation
npx cursor-full-flow
One command installs 22 workflow commands for complete Jira → Code → PR automation.
Full-Flow transforms Cursor into a Ticket-to-PR Automation System. It provides:
| Bundle | Commands | Use Case |
|---|---|---|
| Minimal | 5 | Core workflow only |
| Standard | 11 | + Jira integration |
| Complete | 22 | + PR + Analysis tools |
| Command | Description |
|---|---|
/full-flow RBW-1234 | Complete Jira → PR workflow with auto-resume |
/gather-context RBW-1234 | Collect all requirements before coding |
/plan-and-budget | Create implementation plan with file budget |
/snapshot | Create safe-point before risky changes |
/parallel-tasks | Run multiple analysis tasks simultaneously |
| Command | Description |
|---|---|
/jira-fetch RBW-1234 | Fetch ticket with AC, comments, links |
/jira-branch RBW-1234 | Create properly named feature branch |
/jira-pr RBW-1234 | Create PR with Jira context |
/jira-test RBW-1234 | Add "How to Test" instructions |
/jira-docs RBW-1234 | Create Confluence documentation |
/jira-breakdown RBW-1234 | Break complex ticket into subtasks |
| Command | Description |
|---|---|
/pr-review 12345 | AI-powered PR review |
/pr-fix 12345 | Address review comments |
/pr-checklist 12345 | Comprehensive quality checklist |
/pre-pr-check | Validate before creating PR |
/split-pr | Split large PR into smaller ones |
/create-pr-description | Generate PR description |
/learn-from-prs | Learn patterns from merged PRs |
| Command | Description |
|---|---|
/churn-map | Find high-churn files needing attention |
/migration-plan | Plan large-scale migrations |
/refactor | Guided refactoring workflow |
/refactor-new | Churn-aware refactoring |
Full-Flow works best with these MCPs configured:
| MCP | Purpose | Required |
|---|---|---|
| 🐙 GitHub | PR management, CI status | ✅ Yes |
| 📋 Jira | Ticket context, comments | ✅ Yes |
| 💬 Slack | Team notifications | Optional |
| 📅 Calendar | Meeting awareness | Optional |
The installer guides you through MCP setup with step-by-step instructions.
# 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
When you run /full-flow multiple times, it auto-detects:
| State | Action |
|---|---|
| No branch | Start from Phase 1 |
| Branch exists, no commits | Resume at implementation |
| Has commits, no PR | Create PR |
| PR exists (draft) | Check for missing docs |
| PR has changes requested | Fix review comments |
| PR approved | Ready to merge! |
| PR merged | Show completion summary |
After installation:
.cursor/
└── commands/
├── full-flow.md
├── gather-context.md
├── jira-fetch.md
├── pr-review.md
└── ... (22 total)
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
MIT © Sharath Chandra
Made for developers who want their IDE to handle the boring stuff.
FAQs
End-to-End Development Workflow for Cursor IDE - Jira to PR automation
We found that cursor-full-flow demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.