cursor-skills

Automate code review, PR analysis, and enterprise deployment workflows with Cursor.

Updated Dec 26, 2025
One-click install
npx skills add https://github.com/jwvdvuurst/CalculatorCollection --skill cursor-skills-jwvdvuurst
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cursor-skills
Source: https://github.com/jwvdvuurst/CalculatorCollection/tree/main/skills/cursor-skills
Command: npx skills add https://github.com/jwvdvuurst/CalculatorCollection --skill cursor-skills-jwvdvuurst

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Developers and teams adopting Cursor need guidance on configuring its AI editor, CLI agent, Bugbot PR reviews, and enterprise deployment without digging through scattered documentation. ## Core Features & Use Cases - Automated Code Review: Set up Bugbot to review pull requests, detect bugs and security issues, and enforce project rules via .cursor/BUGBOT.md files. - CLI Automation: Use the Cursor CLI with browser or API key authentication to run headless agents in GitHub Actions for code review, i18n translation, and CI fixes. - Enterprise Deployment: Deploy the Cursor IDE via MDM systems (Jamf, Intune) with policies for extensions, team IDs, updates, and network configuration. - Use Case: A team lead connects Bugbot to GitHub, configures team rules in the dashboard, and every pull request automatically receives inline review comments with fix suggestions. ## Quick Start Ask the assistant to explain how to set up Bugbot automated pull request reviews for a GitHub repository using Cursor.

Frequently Asked Questions about cursor-skills

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

FAQPage Schema
How do I set up automated PR reviews with Cursor Bugbot?

Connect GitHub from the Bugbot tab in the Cursor dashboard, install the GitHub app, then enable Bugbot on specific repositories. It runs automatic reviews on each PR update, or you can trigger it manually by commenting 'cursor review' on any pull request.

How do I authenticate the Cursor CLI for CI/CD pipelines?

Generate an API key in the Cursor dashboard under Integrations > User API Keys, then set it as the CURSOR_API_KEY environment variable. For local use, browser-based login via 'cursor-agent login' is the recommended method.

Can Cursor be deployed to teams using MDM systems?

Yes, Cursor supports deployment through MDM tools like Jamf, Kandji, and Microsoft Intune using macOS configuration profiles or Windows Group Policy. Admins can enforce policies for allowed extensions, team IDs, update behavior, and workspace trust.

What are the limitations of Bugbot's free tier?

The free tier provides a limited number of PR reviews per user each month, and reviews pause when the limit is reached until the next billing cycle. The Pro tier costs $40 per user per month with a pooled cap of 200 pull requests per license.

How do I give Bugbot project-specific review rules?

Create .cursor/BUGBOT.md files in your repository to provide review context. The root file is always included, and nested files apply to their directories; team rules from the dashboard are applied first, then project rules.