docs(skill): reframe skill language around peek, invoke starts pulling#465
Open
devin-ai-integration[bot] wants to merge 4 commits into
Open
docs(skill): reframe skill language around peek, invoke starts pulling#465devin-ai-integration[bot] wants to merge 4 commits into
devin-ai-integration[bot] wants to merge 4 commits into
Conversation
- Description & body consistently use 'peek' to describe inspecting elements - Invoking the skill starts 'pull' (the actual CLI command) - Apply copywriting guidelines: active voice, second person, concise, title case headings, & over and Co-Authored-By: Aiden Bai <aiden.bai05@gmail.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
commit: |
- Sentence case for headings - No em dashes: use commas, colons, or periods - No hard-wrapped paragraphs (one paragraph per line) - Short sentences, present tense, contractions - Colons instead of arrows for list item labels - Remove ampersands in prose (only space-constrained) Co-Authored-By: Aiden Bai <aiden.bai05@gmail.com>
Co-Authored-By: Aiden Bai <aiden.bai05@gmail.com>
Co-Authored-By: Aiden Bai <aiden.bai05@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Rewrites
skills/react-grab/SKILL.mdso:npx react-grab@latest pull ….Link to Devin session: https://app.devin.ai/sessions/bb22033754bc413e8dbde2b036572194
Requested by: @aidenybai
Note
Low Risk
Only
SKILL.mdagent guidance changes; no runtime, API, or security impact.Overview
Expands when agents should use the React Grab skill by adding natural UI-change triggers (e.g. “make this button bigger”, “fix the header spacing”) alongside the existing watch/monitor phrases, and clarifies it’s the always-on peek loop—not a one-off paste.
Reframes the skill doc around “peek” instead of “grab” for user-facing language, while keeping the same CLI (
npx react-grab@latest pull …). The intro now states that invoking the skill starts pulling with--max-age 0up front. Loop, preemption, and acting-on-JSON sections are tightened with shorter sentences, colon-style list labels, and the same behavioral rules (new peek wins, background slow work, non-blockingpull --wait 0).Reviewed by Cursor Bugbot for commit f7d4bfa. Bugbot is set up for automated code reviews on this repo. Configure here.