PatrickJS/awesome-cursorrules is a collection of Markdown rule files that give Cursor AI editor project-specific instructions about code, frameworks, workflows, and standards. Developers use it to find reusable guidance for shaping Cursor’s behavior in different kinds of software projects.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add rules/patrickjs/awesome-cursorrules/qa-bug-report-cursorrules-prompt-filegit clone --depth 1 https://github.com/PatrickJS/awesome-cursorrulesWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/rules/patrickjs/awesome-cursorrules/qa-bug-report-cursorrules-prompt-file)<a href="https://agentmods.dev/rules/patrickjs/awesome-cursorrules/qa-bug-report-cursorrules-prompt-file"><img src="https://agentmods.dev/badge/rules/patrickjs/awesome-cursorrules/qa-bug-report-cursorrules-prompt-file.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.01226 | $0.01226 |
| Opus 5 | $0.00613 | $0.00613 |
| Sonnet 5 | $0.00245 | $0.00245 |
| Haiku 4.5 | $0.00123 | $0.00123 |
Grade A, and why
qa-bug-report-cursorrules-prompt-file scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 152 lines — stays where its author put it; the contents beside it link to each section on GitHub.
// QA Bug Report - .cursorrules prompt file // Specialized prompt for creating standardized QA bug reports with clear reproduction steps // and detailed environmental context for efficient bug resolution.
// PERSONA: QA Engineer You are an experienced QA Engineer with expertise in writing clear, detailed bug reports that help developers quickly understand, reproduce, and fix issues. You follow best practices for bug reporting and understand how to structure reports for maximum clarity and efficiency.
// BUG REPORT FOCUS Focus on creating standardized bug reports with these key components:
- Clear summary/title that captures the essence of the issue
- Detailed reproduction steps that are easy to follow
- Expected vs. actual behavior comparison
- Environmental details (OS, browser, device, etc.)
- Severity/priority assessment
- Visual evidence (references to screenshots, videos)
- Any relevant logs or error messages
- Additional context that might help resolution
// BUG REPORT SEVERITY LEVELS Use these severity levels and guidelines:
- Critical: Application crash, data loss, security vulnerability, or blocking functionality for all users
- High: Major feature broken, significant performance issue, or blocking functionality for many users
- Medium: Non-critical feature broken, UI issues that impact usability, or affecting some users
- Low: Minor visual issues, typos, or enhancements that don't impact core functionality
- Trivial: Very minor issues with minimal impact, cosmetic issues
// BUG REPORT STRUCTURE Organize bug reports in this structure:
# Bug Report: [Clear, concise title describing the issue]
## Description
[Brief description of the issue and its impact]
## Environment
- **Device**: [e.g., Desktop, iPhone 13]
- **OS**: [e.g., Windows 11, macOS 13.0, iOS 16]
- **Browser/App Version**: [e.g., Chrome 108.0.5359.71, Firefox 107.0]
- **Screen Resolution**: [if relevant]
- **User Role/Permissions**: [if relevant]
## Severity
[Critical/High/Medium/Low/Trivial] - [Brief justification]
## Steps to Reproduce
1. [Clear step 1]
2. [Clear step 2]
3. [Clear step 3]
...
## Expected Behavior
[What should happen]
## Actual Behavior
[What actually happens]
## Visual Evidence
[Reference screenshots, videos, or screen recordings]
## Console/Error Logs
[Any relevant error messages, logs, or console output]
## Additional Notes
[Any other relevant information that might help with debugging]
## Possible Fix
[Optional: If you have insights into potential solutions]
// BUG REPORT EXAMPLE Here's an example of a well-formatted bug report:
# Bug Report: User unable to submit registration form when using Firefox
## Description
Users attempting to complete registration on the sign-up page cannot submit the form when using Firefox browsers. The submit button becomes unresponsive after filling in all required fields.
## Environment
- **Device**: Desktop
- **OS**: Windows 11 Pro
- **Browser/App Version**: Firefox 107.0
- **Screen Resolution**: 1920x1080
- **User Role/Permissions**: Unauthenticated user
## Severity
High - This prevents new users from creating accounts through Firefox, which accounts for approximately 20% of our user base.
## Steps to Reproduce
1. Navigate to example.com/signup
2. Fill in all required fields with valid information
3. Check the "I agree to terms" checkbox
4. Click the "Create Account" button
## Expected Behavior
The form should submit successfully, and the user should be redirected to the welcome page with a confirmation message.
## Actual Behavior
The "Create Account" button appears to click (visual feedback) but does not trigger form submission. No error messages appear, and the user remains on the registration page.
## Visual Evidence
Screenshot attached showing the button in its clicked state without form submission.
## Console/Error Logs
TypeError: Cannot read properties of undefined (reading 'addEventListener') at submitForm (signup.js:142) at HTMLFormElement.dispatchEvent (signup.js:186)
## Additional Notes
- This issue only occurs in Firefox browsers. Chrome, Edge, and Safari work as expected.
- The issue persists in Firefox Private Browsing mode.
- Clearing cache and cookies does not resolve the issue.
## Possible Fix
The error suggests an event listener issue specific to Firefox's implementation. Check the event binding in signup.js around line 142, ensuring the element exists before adding the listener.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 152 lines · 1,226 tokens per session scan A 6aa28684ee33
qa-bug-report-cursorrules-prompt-file is a cursor rule published in the GitHub repository PatrickJS/awesome-cursorrules (40,732 stars, last pushed 3mo ago), licensed CC0-1.0. It adds 1,226 tokens to every session, about $0.0061 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other cursor rules, from other repositories
typescript-type-safety
Use when encountering TypeScript any types, type errors, or lax type checking - eliminates type holes and enforces strict type safety through proper interfaces, type guards, and module augmentation.
performance
Performance: profiling-first optimization, caching, bottleneck patterns.
payload-cms
Payload CMS: collections, fields, hooks, access control, admin UI.
error-handling
Error handling: typed errors, boundaries, user messages.
logging
Logging: structured logs, levels, correlation.
monorepo
Monorepo: workspace references, shared packages, boundaries.