SECURITY REVIEW
Not yet assessed
Review the original instructions and requested permissions before installing.
No security review is available for this catalog entry yet.
Шаг 4 конвейера pinpoint (read-only) — проследить логику за элементом до первопричины, обработчик → состояние → data-fetch → API/бэкенд (роль pinpoint). Use when вопрос «почему так себя ведёт / откуда данные?»; просто найти элемент и хендлер → $pinpoint-control, организовать правку → $pinpoint-handoff.
Review the original instructions and requested permissions before installing.
No security review is available for this catalog entry yet.
How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.
No quality assessment is available for this catalog entry yet.
Original instructions from the publisher’s SKILL.md
# Задача: проследить логику за элементом (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`.