fix: address code review issues from Claude and GPT-5.2
- report/SKILL.md: add AskUserQuestion to allowed-tools - validate_json.py: remove unused imports (List, Any) - validate_json.py: sort output lists for deterministic order - validate_json.py: limit recursion to category level only - validate_json.py: add list-of-dict handling - EN validate_json.py: remove Chinese from CATEGORY_MAPPING - EN deep/SKILL.md: change output language from Chinese to English - deep/SKILL.md: add slug handling for filenames - report/SKILL.md: fix uncertain_fields -> uncertain naming - README: add PyYAML dependency note 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.5
parent
98ddfce42d
commit
779c447670
@@ -24,6 +24,9 @@ cp -r skills/research-en ~/.claude/skills/research
|
||||
|
||||
# 必需:安装agent
|
||||
cp agents/web-search-agent.md ~/.claude/agents/
|
||||
|
||||
# 必需:安装Python依赖
|
||||
pip install pyyaml
|
||||
```
|
||||
|
||||
## 命令
|
||||
|
||||
Reference in New Issue
Block a user