ワンクリックで
query
Answer a specific question about the codebase (read-only)
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Answer a specific question about the codebase (read-only)
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Query and modify databases (PostgreSQL, MySQL/MariaDB, SQLite). Use when the user asks to inspect, query, or write to a database, or when you need to understand a database schema.
Use when asked to find a project, work on a project, start a feature, fix a bug, or make changes to a repo.
Retrieve up-to-date documentation for libraries and frameworks via the Context7 API. Use when looking up docs for any library, finding code examples, verifying API usage, or getting current info that may have changed since training.
Deep codebase analysis with extended thinking — use for complex tasks that may lead to implementation
Update the changelog for a new release
Interact with local Chrome browser session (only on explicit user approval after being asked to inspect, debug, or interact with a page open in Chrome)
| name | query |
| description | Answer a specific question about the codebase (read-only) |
| argument-hint | <question> |
ultrathink: Answer this question by first exploring the codebase thoroughly, then providing a well-researched answer with specific references.
$ARGUMENTS
pwdgit branch --show-current 2>/dev/null || echo "not a git repo"Before searching:
Search the codebase comprehensively:
Spend time here. Read widely. Don't answer until you've explored thoroughly.
Provide a complete answer:
## Answer
[Direct answer to the question]
## Details
[Explanation with file:line references]
## Related
[Optional: related things worth knowing]