mirror of
https://github.com/luongnv89/claude-howto.git
synced 2026-09-26 13:20:42 +02:00
docs: accuracy pass against Claude Code v2.1.220 (#155)
Internal accuracy pass against v2.1.220 — no missing upstream features, but broken example code, disagreeing counts, and metadata drift.
Functional fixes: pre-commit.sh now exits 2 so it actually blocks; dependency-check.sh reads file_path from stdin JSON instead of $1; database-mcp.json uses ${DATABASE_URL}; broken fences repaired; three command templates had invalid skill names.
Factual corrections: /fork and /subtask unswapped and /subtask added; /fewer-permission-prompts; permissions.defaultMode; dontAsk/auto unreversed; 31 hook events verified name-by-name; subagent depth 3; skill precedence enterprise > project > personal; /output-style removed not deprecated; permissionDecision gained defer.
Follow-up review fixed defects the pass left behind: zh/vi headers claiming 31 events above 25-name lists, a surviving hardcoded DB credential in the MCP README examples, an unbalanced fence swallowing a metadata footer, and non-canonical tool names. All four translated CATALOG summary tables were recounted so their arithmetic holds.
Full detail in CHANGELOG.md under v2.1.220-r2.
This commit is contained in:
@@ -341,7 +341,7 @@ This command initiates a complete pull request review including:
|
||||
---
|
||||
name: security-reviewer
|
||||
description: Security-focused code review
|
||||
tools: read, grep, diff
|
||||
tools: Read, Grep, Bash
|
||||
---
|
||||
|
||||
# Security Reviewer
|
||||
@@ -765,7 +765,7 @@ Complete PR review workflow with security, testing, and documentation checks.
|
||||
```
|
||||
|
||||
## Requirements
|
||||
- Claude Code 1.0+
|
||||
- Claude Code 2.1+
|
||||
- GitHub access
|
||||
- CodeQL (optional)
|
||||
```
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
|
||||
## Вимоги
|
||||
|
||||
- Claude Code 1.0+
|
||||
- Claude Code 2.1+
|
||||
- Kubernetes CLI (kubectl)
|
||||
- Налаштований доступ до кластера
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: alert-analyzer
|
||||
description: Аналізує алерти моніторингу та метрики системи
|
||||
tools: read, grep, bash
|
||||
tools: Read, Grep, Bash
|
||||
---
|
||||
|
||||
# Аналізатор алертів
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: deployment-specialist
|
||||
description: Обробляє всі операції розгортання
|
||||
tools: read, write, bash, grep
|
||||
tools: Read, Write, Bash, Grep
|
||||
---
|
||||
|
||||
# Спеціаліст з розгортання
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: incident-commander
|
||||
description: Координує реагування на інциденти
|
||||
tools: read, write, bash, grep
|
||||
tools: Read, Write, Bash, Grep
|
||||
---
|
||||
|
||||
# Командир інцидентів
|
||||
|
||||
@@ -66,7 +66,7 @@
|
||||
|
||||
## Вимоги
|
||||
|
||||
- Claude Code 1.0+
|
||||
- Claude Code 2.1+
|
||||
- Доступ до GitHub (опціонально)
|
||||
|
||||
## Приклад робочого процесу
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: api-documenter
|
||||
description: Спеціаліст з API-документації
|
||||
tools: read, write, grep
|
||||
tools: Read, Write, Grep
|
||||
---
|
||||
|
||||
# API-документатор
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: code-commentator
|
||||
description: Спеціаліст з коментарів коду та інлайн-документації
|
||||
tools: read, write, edit
|
||||
tools: Read, Write, Edit
|
||||
---
|
||||
|
||||
# Коментатор коду
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: example-generator
|
||||
description: Спеціаліст з прикладів коду та туторіалів
|
||||
tools: read, write
|
||||
tools: Read, Write
|
||||
---
|
||||
|
||||
# Генератор прикладів
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
|
||||
## Вимоги
|
||||
|
||||
- Claude Code 1.0+
|
||||
- Claude Code 2.1+
|
||||
- Доступ до GitHub
|
||||
- Git-репозиторій
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: performance-analyzer
|
||||
description: Аналіз впливу на продуктивність
|
||||
tools: read, grep, bash
|
||||
tools: Read, Grep, Bash
|
||||
---
|
||||
|
||||
# Аналізатор продуктивності
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: security-reviewer
|
||||
description: Код-рев'ю з фокусом на безпеці
|
||||
tools: read, grep, bash
|
||||
tools: Read, Grep, Bash
|
||||
---
|
||||
|
||||
# Рецензент безпеки
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: test-checker
|
||||
description: Аналіз покриття тестами та їх якості
|
||||
tools: read, bash, grep
|
||||
tools: Read, Bash, Grep
|
||||
---
|
||||
|
||||
# Перевірник тестів
|
||||
|
||||
Reference in New Issue
Block a user