Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ By creating a `.cursorrules` file in your project's root directory, you can leve

- [CursorList](https://cursorlist.com)
- [CursorDirectory](https://cursor.directory/)
- [QASkills.sh](https://qaskills.sh) - Curated QA testing skills for Cursor and 27+ AI agents. 20+ expert patterns for Playwright, Cypress, Jest, API testing, and more.
Comment on lines 292 to +294
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Fix ordering and list formatting consistency in Directories.

“CursorDirectory” should sort before “CursorList,” and the new entry adds a description while the others are link-only. Please keep alphabetical order and consistent list item formatting.

🔧 Suggested adjustment
- - [CursorList](https://cursorlist.com)
- - [CursorDirectory](https://cursor.directory/)
- - [QASkills.sh](https://qaskills.sh) - Curated QA testing skills for Cursor and 27+ AI agents. 20+ expert patterns for Playwright, Cypress, Jest, API testing, and more.
+ - [CursorDirectory](https://cursor.directory/)
+ - [CursorList](https://cursorlist.com)
+ - [QASkills.sh](https://qaskills.sh)

As per coding guidelines, “Maintain alphabetical order within each category in the README.md file” and “Use consistent formatting for list items in the README.md file.”

📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- [CursorList](https://cursorlist.com)
- [CursorDirectory](https://cursor.directory/)
- [QASkills.sh](https://qaskills.sh) - Curated QA testing skills for Cursor and 27+ AI agents. 20+ expert patterns for Playwright, Cypress, Jest, API testing, and more.
- [CursorDirectory](https://cursor.directory/)
- [CursorList](https://cursorlist.com)
- [QASkills.sh](https://qaskills.sh)
🤖 Prompt for AI Agents
In `@README.md` around lines 292 - 294, Reorder the three entries so
"CursorDirectory" appears before "CursorList" (alphabetical order) and normalize
list formatting by making all items consistent; either remove the extra
description from "QASkills.sh" so all three are link-only or add brief
descriptions to the other two—preferably make them all link-only to match
existing style; update the "CursorDirectory", "CursorList", and "QASkills.sh"
list items accordingly.

Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major

Use a relative link for this new entry (guideline compliance).

The new item adds an absolute external URL. The README guidelines require all links to be relative. Please convert this to a relative link (or add a local directory/entry and link to it).

As per coding guidelines, “Ensure all links in the README.md file are relative and correct.”

🤖 Prompt for AI Agents
In `@README.md` at line 294, The README entry for "[QASkills.sh]" uses an absolute
URL; update that markdown link to a relative path to comply with
guidelines—replace the href "https://qaskills.sh" with a project-relative link
(for example "./QASkills.sh", "./docs/QASkills.sh.md", or the appropriate local
directory/file) so the line "- [QASkills.sh] - Curated..." points to a relative
file in the repo rather than an external absolute URL.


## How to Use

Expand Down