Skip to content

docs(skill): reframe skill language around peek, invoke starts pulling#465

Open
devin-ai-integration[bot] wants to merge 4 commits into
mainfrom
devin/1780993154-skill-peek-language
Open

docs(skill): reframe skill language around peek, invoke starts pulling#465
devin-ai-integration[bot] wants to merge 4 commits into
mainfrom
devin/1780993154-skill-peek-language

Conversation

@devin-ai-integration

@devin-ai-integration devin-ai-integration Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Summary

Rewrites skills/react-grab/SKILL.md so:

  1. The skill triggers when the user describes a UI change (e.g. "make this button bigger", "fix the header spacing"), not only on explicit "peek" or "watch" phrases.
  2. Description and body consistently use "peek" for inspecting elements; all CLI commands remain npx react-grab@latest pull ….
  3. Applies Vercel writing guidelines throughout: sentence case headings, no em dashes, short sentences, colons for list-item labels, no hard-wrapped paragraphs.

Link to Devin session: https://app.devin.ai/sessions/bb22033754bc413e8dbde2b036572194
Requested by: @aidenybai


Note

Low Risk
Only SKILL.md agent 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 0 up 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-blocking pull --wait 0).

Reviewed by Cursor Bugbot for commit f7d4bfa. Bugbot is set up for automated code reviews on this repo. Configure here.

- 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>
@devin-ai-integration

Copy link
Copy Markdown
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@vercel

vercel Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
react-grab-storybook Ready Ready Preview, Comment Jun 9, 2026 9:16am
react-grab-website Ready Ready Preview, Comment Jun 9, 2026 9:16am

@pkg-pr-new

pkg-pr-new Bot commented Jun 9, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/@react-grab/cli@465
npm i https://pkg.pr.new/grab@465
npm i https://pkg.pr.new/react-grab@465

commit: f7d4bfa

- 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant