feat(claude): add you-might-not-need-an-effect slash command#4018
feat(claude): add you-might-not-need-an-effect slash command#4018waleedlatif1 merged 3 commits intostagingfrom
Conversation
PR SummaryLow Risk Overview Updates internal integration playbooks: block creation guidance now requires Expands repo-wide developer rules with a landing-page SEO/GEO checklist, stricter React Query key/cancellation/invalidation patterns, and additional Reviewed by Cursor Bugbot for commit 338d155. Configure here. |
️✅ There are no secrets present in this pull request anymore.If these secrets were true positive and are still valid, we highly recommend you to revoke them. 🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryThis PR adds a
Confidence Score: 5/5Safe to merge — no production code changes, all modifications are tooling and documentation files. This PR touches only agent skill definitions, slash command files, and rule documents. No application code, no migrations, no API changes. The previous P1 concern about missing $ARGUMENTS was resolved in this revision. All three config systems register the command consistently. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[User types /you-might-not-need-an-effect] --> B{Arguments provided?}
B -- Yes --> C[Parse scope and fix=true/false]
B -- No --> D[Defaults: scope=current changes, fix=true]
C --> E[Read react.dev/learn/you-might-not-need-an-effect]
D --> E
E --> F[Analyze scope for useEffect anti-patterns]
F --> G{fix=true?}
G -- Yes --> H[Apply fixes to codebase]
G -- No --> I[Propose fixes without applying]
Reviews (2): Last reviewed commit: "fix(config): add frontmatter and $ARGUME..." | Re-trigger Greptile |
0ae2a4d to
f8ee325
Compare
f8ee325 to
e39c239
Compare
|
@cursor review |
|
@greptile |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 338d155. Configure here.
Summary
/you-might-not-need-an-effectslash command to analyze and fix useEffect anti-patternsType of Change
Testing
Tested manually
Checklist