Agent Skillslatitude-dev/latitude-llm › analyze-problem

analyze-problem

GitHub

分析 Bug 报告,通过追踪代码执行路径、数据流及对比预期行为,定位根因并提供修复方案与验证步骤。不自动修改代码,旨在提供详尽的问题诊断与解决建议。

.agents/skills/analyze-problem/SKILL.md latitude-dev/latitude-llm

触发场景

收到 Bug 报告或 Issue 需要深入排查代码缺陷

安装

npx skills add latitude-dev/latitude-llm --skill analyze-problem -g -y
更多选项

非标准路径

npx skills add https://github.com/latitude-dev/latitude-llm/tree/development/.agents/skills/analyze-problem -g -y

不安装直接使用

npx skills use latitude-dev/latitude-llm@analyze-problem

指定 Agent (Claude Code)

npx skills add latitude-dev/latitude-llm --skill analyze-problem -a claude-code -g -y

安装 repo 全部 skill

npx skills add latitude-dev/latitude-llm --all -g -y

预览 repo 内 skill

npx skills add latitude-dev/latitude-llm --list

SKILL.md

Frontmatter
{
    "name": "analyze-problem",
    "description": "Analyze a problem and provide a detailed explanation of the issue, root cause, proposed fix, and verification steps."
}

Read the provided bug report/issue/task.

Then thoroughly investigate the codebase to understand the relevant context:

  • Find the entry points involved (routes/handlers/jobs/commands) and trace the execution path that leads to the reported behavior.
  • Identify the data flow and state involved (inputs, validation, persistence, caching, permissions, feature flags, side effects).
  • Locate the expected behavior (specs/tests/docs) and compare it to the actual behavior in code.
  • If the report includes steps to reproduce, map each step to the corresponding code path and decision points.
  • Consider common edge cases (null/empty values, timing/race conditions, retries, idempotency, pagination, timezones, auth, stale cache).

Deliverable: Explain, in your own words:

  1. What you believe the issue is (observable behavior + when it happens),
  2. Why you believe it is happening (root cause and the specific assumption/logic that breaks),
  3. How you would fix it (proposed approach and what behavior/logic should change),
  4. What you would verify (minimal set of checks/tests/logs to confirm the fix and prevent regressions).

Constraints:

  • Do not apply any changes automatically.
  • Avoid listing files/components/services unless strictly necessary to support the explanation.
  • If the codebase does not contain enough context to be confident, explicitly say what’s missing and what evidence would confirm the hypothesis.

版本历史

  • 2479822 当前 2026-08-20 10:35

同 Skill 集合

.agents/skills/agentation-watch-mode/SKILL.md
.agents/skills/api-endpoints/SKILL.md
.agents/skills/architecture-boundaries/SKILL.md
.agents/skills/artifact-designer/SKILL.md
.agents/skills/async-jobs-and-events/SKILL.md
.agents/skills/authentication/SKILL.md
.agents/skills/backoffice/SKILL.md
.agents/skills/better-auth-best-practices/SKILL.md
.agents/skills/code-style/SKILL.md
.agents/skills/database-clickhouse/SKILL.md
.agents/skills/database-postgres/SKILL.md
.agents/skills/docs/SKILL.md
.agents/skills/effect-and-errors/SKILL.md
.agents/skills/env-configuration/SKILL.md
.agents/skills/explain-diff-html/SKILL.md
.agents/skills/fix-datadog-issues/SKILL.md
.agents/skills/gh-issue/SKILL.md
.agents/skills/humanizer/SKILL.md
.agents/skills/managing-maintenance-windows/SKILL.md
.agents/skills/mintlify-preview/SKILL.md
.agents/skills/notifications/SKILL.md
.agents/skills/production-release/SKILL.md
.agents/skills/review-pr-comments/SKILL.md
.agents/skills/testing/SKILL.md
.agents/skills/toolchain-commands/SKILL.md
.agents/skills/web-frontend/SKILL.md
.agents/skills/ci-watchdog/SKILL.md
.agents/skills/create-pr/SKILL.md
.agents/skills/temporal-developer/SKILL.md

元信息

文件数
0
版本
a1a723e
Hash
8dcc4dfc
收录时间
2026-08-20 10:35

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-16 23:34
浙ICP备14020137号-1