Шаг 4 конвейера pinpoint (read-only) — проследить логику за элементом до первопричины, обработчик → состояние → data-fetch → API/бэкенд (роль pinpoint). Use when вопрос «почему так себя ведёт / откуда данные?»; просто найти элемент и хендлер → $pinpoint-control, организовать правку → $pinpoint-handoff.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add Vitammiin/agent-vorcl-flow --skill pinpoint-trace --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Pinpoint Trace?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vitammiin-pinpoint-trace)More formats (shields.io, HTML) on the badges page.
---
name: pinpoint-trace
description: Шаг 4 конвейера pinpoint (read-only) — проследить логику за элементом до первопричины, обработчик → состояние → data-fetch → API/бэкенд (роль pinpoint). Use when вопрос «почему так себя ведёт / откуда данные?»; просто найти элемент и хендлер → $pinpoint-control, организовать правку → $pinpoint-handoff.
---
# Задача: проследить логику за элементом (pinpoint)
Проследи логику за элементом до первопричины поведения (см. `$ui-source-mapping`). От контрола (со скриншота или `file:line`) иди вглубь: **обработчик** → **состояние/стор** (`useState`/`useReducer`, Zustand/Redux, контекст — `$state-management`) → **данные** (React Query/SWR/`fetch`/`openapi-fetch`, какой эндпоинт — `$data-fetching`) → при необходимости **бэкенд-роут/контроллер**. Формулируй первопричину, не ближайший JSX. Отдай цепочку с `file:line` на каждом звене + фрагменты. Только чтение. Опирайся на `$ui-source-mapping`, `$data-fetching`, `$state-management`, `$react`, `$nextjs`, `$typescript`.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.