AgentSkillsCN

ask

排查 bug,厘清根本原因,并制定修复方案。

SKILL.md
--- frontmatter
name: ask
description: Investigate how code works - architecture, data flow, and implementation details

Use the codebase-investigator agent to research and explain the following question:

$ARGUMENTS

When investigating:

  1. First check for a CLAUDE.md file in the project root for project-specific context, architecture notes, and conventions
  2. Find relevant files and trace dependencies
  3. Explain the architecture and design patterns used
  4. Reference specific file paths and line numbers
  5. Explain the "why" behind implementation decisions