.claude/skills/fix-issue/SKILL.md
# Fix Issue 基于 issue 分析结果实现修复,并按仓库规则补齐验证、风险与回滚说明。 **Repository**: https://github.com/ZhuLinsen/daily_stock_analysis ## Usage ```text /fix-issue <issue_number> ``` ## Prerequisites 优先先完成 `/analyze-issue <issue_number>`,确保问题成立且边界清晰。 ## Instructions ### Step 1: 确认分析基线 检查 `.claude/reviews/issues/issue-<number>.md` 是否存在;如果不存在,先补做 issue 分析或在本次修复中补齐最小分析结论。 ### Step 2: 选择安全的工作方式 - 默认基于当前工作树做最小相关改动 - 不要默认执行 `git pull` - 不要默认切换分支或改写用户当前工作状态 - 如果用户明确要求建分支,再执行最小必要的分支操作 ### Step 3: 实施修复 - 根据 iss
npx skillsauth add archonlee/daily_stock_analysis .claude/skills/fix-issueInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
基于 issue 分析结果实现修复,并按仓库规则补齐验证、风险与回滚说明。
Repository: https://github.com/ZhuLinsen/daily_stock_analysis
/fix-issue <issue_number>
优先先完成 /analyze-issue <issue_number>,确保问题成立且边界清晰。
检查 .claude/reviews/issues/issue-<number>.md 是否存在;如果不存在,先补做 issue 分析或在本次修复中补齐最小分析结论。
git pulldocs/CHANGELOG.md、.env.exampleREADME.md 主要承载入门、运行、部署和高层能力说明;更细的模块行为、页面交互或专题说明,优先更新对应 docs/*.mdREADME.md,要在交付说明或 PR 描述里写清原因和实际文档落点按 AGENTS.md 的验证矩阵执行最接近的检查:
./scripts/ci_gate.shpython -m py_compile <changed_python_files>cd apps/dsa-web && npm ci && npm run lint && npm run build如无法完成完整验证,必须记录缺口、原因与潜在风险。
在 .claude/reviews/issues/issue-<number>.md 中补充:
## Fix Implementation
**Date**: YYYY-MM-DD
### Changes Made
- 文件与改动点:
### Validation
- 已执行:
- 未执行:
### Risks
- 风险点:
### Rollback
- 回滚方式:
只有在用户明确确认后,才执行:
git commitgit pushgit commitgit pushtesting
# Analyze PR 分析 GitHub Pull Request,评估必要性、描述完整性、验证证据、主要风险与是否可直接合入。 **Repository**: https://github.com/ZhuLinsen/daily_stock_analysis/pulls ## Usage ```text /analyze-pr <pr_number> ``` ## Instructions 分析时使用简洁中文,优先遵循仓库根目录 `AGENTS.md` 和 `.github/PULL_REQUEST_TEMPLATE.md`。 ### Step 1: 拉取 PR 基本信息 ```bash gh pr view <pr_number> --repo ZhuLinsen/daily_stock_analysis gh pr view <pr_number> --repo ZhuLinsen/daily_stock_analysis --comments gh pr checks <pr_number> --repo ZhuLinsen/daily_stock_anal
documentation
# Analyze Issue 分析 GitHub Issue,判断其真实性、优先级、仓库责任边界与建议动作。 **Repository**: https://github.com/ZhuLinsen/daily_stock_analysis/issues ## Usage ```text /analyze-issue <issue_number> ``` ## Instructions 分析时使用简洁中文,优先遵循仓库根目录 `AGENTS.md`。 ### Step 1: 拉取 Issue 信息 ```bash gh issue view <issue_number> --repo ZhuLinsen/daily_stock_analysis gh issue view <issue_number> --repo ZhuLinsen/daily_stock_analysis --comments ``` 如为 bug,优先核对 issue 模板中是否提供了以下信息: - 是否已同步到最新版本 - commit hash / 版本基线 - 运行环境与复现步骤 -
data-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.
data-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.