一键导入
tech-research
Технический ресёрч: исследуй интернет, documentation, best practices. Используй для: docs, API, версии. EN: library research, official docs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Технический ресёрч: исследуй интернет, documentation, best practices. Используй для: docs, API, версии. EN: library research, official docs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Отлаживает browser-only failures через Chrome DevTools MCP и Playwright CLI. Используй для: консоль, сеть, runtime, layout, memory, performance, Lighthouse. EN triggers: browser debug, console, network, runtime, performance.
Маршрутизирует browser tasks только через managed Playwright CLI и Chrome DevTools MCP. Используй для: UI, визуально, скриншот, Figma, консоль, сеть, перфоманс. EN triggers: browser routing, UI validation, screenshots, visual QA, console, network.
Валидирует UI и сценарии через Playwright CLI evidence. Используй для: проверь UI, браузер, скриншот, регрессия, адаптив, бизнес-логика, визуально. EN triggers: validate UI, browser check, regression, responsive, screenshot.
Низкоуровневая browser automation через Playwright CLI. Используй для: screenshots, snapshots, headed sessions, traces, responsive, UI proof. EN triggers: Playwright CLI validation, screenshots, snapshots, traces.
Проводит visual QA для Figma, screenshots и reference images. Используй для: pixel-perfect, сравни с Figma, сравни с фото, diff. EN triggers: visual diff, pixel-perfect, compare Figma, reference image.
Маршрутизирует старые Webwright-запросы в управляемые CloakBrowser workflows. Используй для: длинная web-задача, RPA, extraction. EN triggers: compatibility browser task, long-horizon web task.
| name | tech-research |
| description | Технический ресёрч: исследуй интернет, documentation, best practices. Используй для: docs, API, версии. EN: library research, official docs. |
Help Codex understand the technical scope before implementation: requirements, versions, APIs, architectural constraints, real usage patterns, edge cases, risks, and verification. The goal is not to collect links; the goal is to make a more accurate engineering decision and then write clean code without workarounds.
User-facing conversation stays in Russian unless requested otherwise. API names, package names, commands, and error strings stay exact.
Use this skill without waiting for an explicit $tech-research call when the request is technical and asks to:
исследуй интернет, изучи в интернете, посмотри документацию, найди лучшие практики, посмотри как это сделано, or изучи MCP when the subject is technical.openaiDeveloperDocs first when available.If the owner explicitly asks to research the internet for a technical implementation, run this Triple-MCP workflow first and add web-research for current/latest/source-backed web evidence beyond Context7, DeepWiki, and Grep.
Use this skill automatically when the task is technical and the user asks to research the internet, read documentation, inspect MCP sources, find GitHub patterns, understand open-source repository architecture, handle migrations, configure SDKs/APIs, or verify best practices.
If the request is not technical, use web-research. If a technical request needs fresh external sources beyond Context7, DeepWiki, and Grep, supplement the MCP research with normal web search.
openaiDeveloperDocs first. Use official OpenAI web pages only as fallback.Prefer primary sources: official documentation, source code, release notes, specifications, and maintained repository READMEs. Use blogs and community answers only as secondary confirmation.
Compare findings with the current project code. Do not copy GitHub patterns blindly; verify that they fit the repository architecture, versions, security model, and style.
Separate source facts from engineering conclusions. If a conclusion is an inference, label it as a decision based on the found evidence.
Do not expose secrets, tokens, cookies, private URLs, or closed data. Do not add keys or local credentials to the repository.
If the needed MCP is unavailable in the current session, state the limitation, use the best available fallback, and continue.
For a standalone research answer, respond in Russian with a short structure:
Questions: what was checked.Findings: facts that affect the decision.Implementation decision: selected approach and why it fits.Risks: edge cases, compatibility, security, and open questions.Verification: tests, commands, or manual checks needed.If you immediately implement code, keep the report short: key research conclusions, what changed, how it was verified, and remaining risks.