Add load-bearing-reply extension - #30445
Conversation
|
Congratulations on your new Raycast extension! 🚀 We're currently experiencing a high volume of incoming requests. As a result, the initial review may take up to 15 business days. Once the PR is approved and merged, the extension will be available on our Store. |
Greptile SummaryAdds the local-only Load-Bearing Reply extension with random-paste and searchable browse commands.
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains. Important Files Changed
Reviews (3): Last reviewed commit: "Add Store metadata screenshot" | Re-trigger Greptile |
| "title": "Browse Load-Bearing Replies", | ||
| "description": "Choose a confidently over-engineered reply to paste.", | ||
| "icon": "load-bearing-reply-icon.png", | ||
| "mode": "view" |
There was a problem hiding this comment.
View command lacks screenshots
The new browse-replies view command has no metadata/ folder containing Raycast-styled screenshots, leaving the extension without the required Store-review imagery for its interactive command.
Rule Used: What: Extensions with view-type commands must incl... (source)
Knowledge Base Used: Extension Authoring Conventions
Prompt To Fix With AI
This is a comment left during a code review.
Path: extensions/load-bearing-reply/package.json
Line: 25
Comment:
**View command lacks screenshots**
The new `browse-replies` view command has no `metadata/` folder containing Raycast-styled screenshots, leaving the extension without the required Store-review imagery for its interactive command.
**Rule Used:** What: Extensions with view-type commands must incl... ([source](https://app.greptile.com/raycast/-/custom-context?memory=87059ac1-c601-487f-9f1c-bce8a3cb6209))
**Knowledge Base Used:** [Extension Authoring Conventions](https://app.greptile.com/raycast/-/custom-context/knowledge-base/raycast/extensions/-/docs/extension-authoring-conventions.md)
---
For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
Description
Adds Load-Bearing Reply, a local-only joke extension for pasting intentionally over-engineered, context-neutral replies into the frontmost app.
It provides two macOS commands:
The extension has no network calls, API keys, preferences, analytics, or external service dependencies. All phrases are bundled locally.
Screencast
Checklist
npm run buildand tested the extension in Raycastassetsfolder are used by the extension itselfREADMEare placed outside of themetadatafolder