Skip to content

docs: add cursor performance security commands#519

Draft
vitalii-dynamiq wants to merge 2 commits intomainfrom
cursor/curser-performance-security-commands-09bc
Draft

docs: add cursor performance security commands#519
vitalii-dynamiq wants to merge 2 commits intomainfrom
cursor/curser-performance-security-commands-09bc

Conversation

@vitalii-dynamiq
Copy link
Contributor

Add three new Cursor commands for performance, security, and debugging reviews.

The debugging guide is specifically tailored to common bug patterns identified from the team's past 200 bug-fixing commits, providing highly relevant troubleshooting and prevention strategies.


Open in Cursor Open in Web

@cursor
Copy link

cursor bot commented Jan 13, 2026

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

@github-actions
Copy link

github-actions bot commented Jan 13, 2026

Coverage

Coverage Report •
FileStmtsMissCoverMissing
TOTAL22209708468% 
report-only-changed-files is enabled. No files were changed during this commit :)

Tests Skipped Failures Errors Time
1109 34 💤 0 ❌ 0 🔥 7m 51s ⏱️

Add three custom Cursor commands in .cursor/commands/:
- performance-review.md: Analyze code for Dynamiq-specific performance issues
- security-review.md: Security audit focusing on AI orchestration vulnerabilities
- pre-pr-review.md: Pre-PR checklist based on BUGBOT rules
@cursor cursor bot force-pushed the cursor/curser-performance-security-commands-09bc branch from 8cbddb1 to 588a423 Compare January 13, 2026 00:36

1. **DAG Execution**: Look for sequential bottlenecks where nodes could run in parallel. Check for unnecessary `node.depends_on()` chains and excessive `reset_run_state()` calls.

2. **Executor Configuration**: Review thread pool settings. Check if `ProcessExecutor` is used where `ThreadExecutor` would be better for I/O workloads. Look for missing `executor.shutdown()` calls.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ProcessExecutor is not functional for now due the shared memory issues, missed queues and so on.

@acoola acoola changed the title Curser performance security commands docs: add cursor performance security commands Jan 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants