You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skills/react-devtools/SKILL.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
name: react-devtools
3
-
description: Inspect and profile React Native component trees from agent-device. Use when debugging React Native props, state, hooks, render causes, slow components, excessive rerenders, or questions like why a component rerendered.
3
+
description: Inspect and profile React Native component trees from agent-device. Use for React Native performance, profiling, props, state, hooks, render causes, slow components, excessive rerenders, or questions like why a component rerendered.
4
4
---
5
5
6
6
# react-devtools
@@ -11,7 +11,7 @@ Router for React Native internals. Read current CLI guidance:
11
11
agent-device help react-devtools
12
12
```
13
13
14
-
Use `agent-device react-devtools ...` for component tree, props, state, hooks, render ownership, slow components, or rerenders. It dynamically runs pinned `agent-react-devtools@0.4.0`. Use normal `agent-device` commands for visible UI, refs, screenshots, logs, network, or perf.
14
+
Use `agent-device react-devtools ...` for component tree, props, state, hooks, render ownership, performance profiling, slow components, or rerenders. It dynamically runs pinned `agent-react-devtools@0.4.0`. Use normal `agent-device` commands for visible UI, refs, screenshots, logs, network, or device-level perf.
help debugging logs, network, alerts, traces, flaky runtime failures
298
-
help react-devtools props, state, hooks, component tree, slow renders, rerenders
301
+
help react-devtools React Native performance, profiling, props/state/hooks, slow renders, rerenders
299
302
help remote remote-config, tenant, lease, remote Android companion tunnel
300
303
help macos desktop, frontmost-app, menu bar surfaces
301
304
help dogfood exploratory QA report workflow`,
@@ -346,13 +349,13 @@ Stabilizers:
346
349
Re-enable settings you changed before finishing.
347
350
348
351
React Native internals:
349
-
If the question is about props, state, hooks, render causes, slow components, or rerenders, use help react-devtools instead of inferring from screenshots or logs.`,
352
+
If the question is about React Native performance, profiling, props, state, hooks, render causes, slow components, or rerenders, use help react-devtools instead of inferring from screenshots or logs.`,
350
353
},
351
354
'react-devtools': {
352
-
summary: 'React Native component tree and profiling workflow',
355
+
summary: 'React Native performance, profiling, and component internals',
353
356
body: `agent-device help react-devtools
354
357
355
-
Use this for React Native internals that the accessibility tree cannot expose: components, props, state, hooks, ownership, slow renders, and rerenders.
358
+
Use this for React Native performance/profiling and internals that the accessibility tree cannot expose: components, props, state, hooks, ownership, slow renders, and rerenders.
0 commit comments