arc1-cursor-regression

Generate Cursor MCP configurations and regression prompts for ARC-1 testing.

156|39|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/arc-mcp/arc-1 --skill arc1-cursor-regression
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arc1-cursor-regression
Source: https://github.com/arc-mcp/arc-1/tree/main/.claude/skills/arc1-cursor-regression
Command: npx skills add https://github.com/arc-mcp/arc-1 --skill arc1-cursor-regression

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the need for generating customized Cursor MCP configuration and regression prompts for ARC-1, helping users to efficiently run tests and verify changes in their SAP ABAP systems.

Core Features & Use Cases

  • Custom Cursor MCP Config: Creates tailored MCP configuration files based on the specific requirements of the project.
  • Regression Prompts: Generates prompts for regression testing that adapt to the scope of the pull request or chat findings.
  • Use Case: When working on a pull request, this Skill can be used to automatically generate the necessary MCP configuration and prompts to quickly verify the changes and ensure that the new code does not break existing functionality.

Quick Start

Generate Cursor MCP config and regression prompts for the current branch by using the command: arc1-cursor-regression generate

Frequently Asked Questions about arc1-cursor-regression

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

FAQPage Schema
How do I generate Cursor MCP config for ARC-1 regression testing?

Run the `arc1-cursor-regression generate` command against your ARC-1 root and branch. This produces a tailored Cursor MCP configuration file along with regression prompts derived from your pull request scope or chat findings.

How does regression prompt generation work for SAP ABAP pull requests?

Regression prompt generation for SAP ABAP pull requests works by analyzing Git history and branch differences within the ARC-1 worktree. It adapts prompts to the specific scope of your pull request to verify changes do not break existing functionality.

Do I need Git to run regression prompts against my ARC-1 worktree?

Yes, Git is required. The Skill uses Git to analyze pull request scopes, resolve branch differences, and generate the necessary MCP configuration and regression prompts for your ARC-1 worktree.

What is the best way to verify SAP ABAP changes do not break existing functionality?

The best way to verify SAP ABAP changes is to generate customized regression prompts that adapt to your pull request scope. These prompts, combined with tailored Cursor MCP configuration, help efficiently run tests and verify changes in your SAP ABAP systems.

Can I use this to generate MCP configuration for a specific branch worktree?

Yes, you can generate MCP configuration for a specific branch worktree. The Skill requires interaction with the ARC-1 root and branch or worktree to analyze the pull request scope and produce the correct testing setup.

Why does the generated MCP config adapt to chat findings instead of code changes?

The generated MCP config adapts to chat findings because the Skill supports both pull request scopes and conversational findings. This allows regression prompts to reflect issues or changes identified during chat interactions alongside standard code diffs.