skilly. Buy ad slot
All skills
Community / AGENT SKILL

pinpoint-trace

Vitammiin/agent-vorcl-flow
0 installs 2 GitHub stars
0

Шаг 4 конвейера pinpoint (read-only) — проследить логику за элементом до первопричины, обработчик → состояние → data-fetch → API/бэкенд (роль pinpoint). Use when вопрос «почему так себя ведёт / откуда данные?»; просто найти элемент и хендлер → $pinpoint-control, организовать правку → $pinpoint-handoff.

BEFORE YOU INSTALL

Understand the trade-offs.

SECURITY REVIEW

Not yet assessed

Review the original instructions and requested permissions before installing.

No security review is available for this catalog entry yet.

SKILL QUALITY

Not yet assessed

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.

The full skill.

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`.