ECC/docs/zh-CN/skills
konstapukarifastnetfi 8b24f63ede
fix: refresh stale technical content in agents, rules, and skills (#2168)
Several published examples contained APIs that no longer exist, code that
does not run, or model versions that drifted from reality:

- agents/performance-optimizer.md used the web-vitals v3 API
  (getCLS/getFID/getLCP/getFCP/getTTFB) and reported FID. web-vitals v4
  renamed the imports to onCLS/onINP/onLCP/onFCP/onTTFB and FID was
  replaced by INP (target < 200ms)
- rules/common/performance.md pinned stale model versions in the
  model-selection guidance; refresh to the versions the repo itself uses
  (agent.yaml pins claude-opus-4-6) and add the PowerShell variant for
  MAX_THINKING_TOKENS next to the bash export
- skills/python-patterns/SKILL.md: both get_value examples referenced
  default_value without declaring the parameter (NameError); add
  default_value: Any = None to the EAFP and LBYL signatures
- skills/frontend-patterns/SKILL.md: the custom useQuery example rebuilt
  refetch whenever callers passed inline fetchers/options, re-triggering
  the effect after every state update (infinite fetch loop). Keep the
  latest fetcher/options in refs so refetch stays referentially stable.
  The PASS-labelled useMemo example mutated its input with in-place sort;
  copy before sorting
- skills/coding-standards/SKILL.md repeated the same PASS-labelled
  in-place-sort-in-useMemo example; same fix
- rules/typescript/security.md used a vendor-specific OPENAI_API_KEY in
  generic guidance; switch to a neutral API_KEY

Every hand-maintained copy of the affected content is synced in the same
change: locale mirrors (ja-JP, ko-KR, pt-BR, tr, zh-CN, zh-TW - each only
where it carries the affected file) and the .agents/.kiro/.cursor harness
mirrors. Two structural divergences are left alone and noted here:
.kiro/steering/performance.md has no extended-thinking control list to
carry the PowerShell variant, and docs/zh-TW/rules/performance.md keeps an
older condensed thinking section without the budget-cap line.
rules/zh/performance.md is intentionally untouched - the rules/zh tree is
being retired in a separate change
2026-06-07 13:26:01 +08:00
..
accessibility docs: salvage remaining stable zh-CN skill translations 2026-05-11 15:31:49 -04:00
agent-eval docs(zh-CN): sync Chinese docs with latest upstream changes 2026-03-21 12:55:58 +08:00
agent-harness-construction docs(zh-CN): sync Chinese docs with latest upstream changes (#341) 2026-03-07 14:48:02 -08:00
agent-introspection-debugging docs: salvage remaining stable zh-CN skill translations 2026-05-11 15:31:49 -04:00
agent-payment-x402 docs: salvage zh-CN health security skill translations 2026-05-11 15:14:55 -04:00
agent-sort docs: salvage remaining stable zh-CN skill translations 2026-05-11 15:31:49 -04:00
agentic-engineering docs(zh-CN): sync Chinese docs with latest upstream changes (#341) 2026-03-07 14:48:02 -08:00
ai-first-engineering docs(zh-CN): sync Chinese docs with latest upstream changes (#341) 2026-03-07 14:48:02 -08:00
ai-regression-testing fix: harden unicode safety checks 2026-03-29 21:21:18 -04:00
android-clean-architecture fix: harden unicode safety checks 2026-03-29 21:21:18 -04:00
api-connector-builder docs: salvage remaining stable zh-CN skill translations 2026-05-11 15:31:49 -04:00
api-design docs(zh-CN): translate code block(plain text) (#753) 2026-03-22 15:39:24 -07:00
architecture-decision-records docs(zh-CN): translate code block(plain text) (#753) 2026-03-22 15:39:24 -07:00
article-writing docs(zh-CN): sync Chinese docs with latest upstream changes (#304) 2026-03-02 22:28:27 -08:00
automation-audit-ops docs: salvage zh-CN core skill translations 2026-05-11 14:21:49 -04:00
autonomous-agent-harness docs: salvage remaining stable zh-CN skill translations 2026-05-11 15:31:49 -04:00
autonomous-loops docs: restore zh-CN autonomous-loops install warning (#1907) 2026-05-15 01:37:42 -04:00
backend-patterns fix: harden unicode safety checks 2026-03-29 21:21:18 -04:00
benchmark docs: salvage remaining stable zh-CN skill translations 2026-05-11 15:31:49 -04:00
blueprint docs(zh-CN): translate code block(plain text) (#753) 2026-03-22 15:39:24 -07:00
brand-voice docs: salvage zh-CN business ops skill translations 2026-05-11 14:58:51 -04:00
browser-qa fix: harden install planning and sync tracked catalogs 2026-03-31 22:57:48 -07:00
bun-runtime docs(zh-CN): sync Chinese docs with latest upstream changes 2026-03-21 12:55:58 +08:00
canary-watch docs: salvage remaining stable zh-CN skill translations 2026-05-11 15:31:49 -04:00
carrier-relationship-management fix: harden unicode safety checks 2026-03-29 21:21:18 -04:00
ck docs: salvage remaining stable zh-CN skill translations 2026-05-11 15:31:49 -04:00
claude-devfleet docs(zh-CN): translate code block(plain text) (#753) 2026-03-22 15:39:24 -07:00
click-path-audit docs: salvage zh-CN core skill translations 2026-05-11 14:21:49 -04:00
clickhouse-io fix: harden unicode safety checks 2026-03-29 21:21:18 -04:00
code-tour docs: salvage zh-CN core skill translations 2026-05-11 14:21:49 -04:00
codebase-onboarding docs(zh-CN): translate code block(plain text) (#753) 2026-03-22 15:39:24 -07:00
coding-standards fix: refresh stale technical content in agents, rules, and skills (#2168) 2026-06-07 13:26:01 +08:00
compose-multiplatform-patterns docs(zh-CN): update 2026-03-13 17:45:44 +08:00
configure-ecc fix: integrate recent hook and docs PRs (#1905) 2026-05-14 21:37:28 -04:00
connections-optimizer docs: salvage remaining stable zh-CN skill translations 2026-05-11 15:31:49 -04:00
content-engine docs(zh-CN): sync Chinese docs with latest upstream changes (#304) 2026-03-02 22:28:27 -08:00
content-hash-cache-pattern docs(zh-CN): sync Chinese docs with latest upstream changes (#304) 2026-03-02 22:28:27 -08:00
context-budget fix: harden unicode safety checks 2026-03-29 21:21:18 -04:00
continuous-agent-loop fix: harden unicode safety checks 2026-03-29 21:21:18 -04:00
continuous-learning docs(zh-CN): sync Chinese docs with latest upstream changes (#341) 2026-03-07 14:48:02 -08:00
continuous-learning-v2 docs: fix plugin quick start for continuous learning v2 (#1546) 2026-04-21 18:41:36 -04:00
cost-aware-llm-pipeline docs(zh-CN): sync Chinese docs with latest upstream changes (#304) 2026-03-02 22:28:27 -08:00
council docs: salvage remaining stable zh-CN skill translations 2026-05-11 15:31:49 -04:00
cpp-coding-standards docs(zh-CN): sync Chinese docs with latest upstream changes (#304) 2026-03-02 22:28:27 -08:00
cpp-testing docs(zh-CN): sync Chinese docs with latest upstream changes (#341) 2026-03-07 14:48:02 -08:00
crosspost docs(zh-CN): translate code block(plain text) (#753) 2026-03-22 15:39:24 -07:00
csharp-testing docs: salvage zh-CN framework skill translations 2026-05-11 14:38:12 -04:00
customer-billing-ops docs: salvage zh-CN business ops skill translations 2026-05-11 14:58:51 -04:00
customs-trade-compliance fix: harden unicode safety checks 2026-03-29 21:21:18 -04:00
dart-flutter-patterns docs: salvage zh-CN framework skill translations 2026-05-11 14:38:12 -04:00
dashboard-builder docs: salvage zh-CN framework skill translations 2026-05-11 14:38:12 -04:00
data-scraper-agent docs(zh-CN): translate code block(plain text) (#753) 2026-03-22 15:39:24 -07:00
database-migrations docs(zh-CN): translate code block(plain text) (#753) 2026-03-22 15:39:24 -07:00
deep-research docs(zh-CN): translate code block(plain text) (#753) 2026-03-22 15:39:24 -07:00
defi-amm-security docs: salvage zh-CN health security skill translations 2026-05-11 15:14:55 -04:00
deployment-patterns docs(zh-CN): translate code block(plain text) (#753) 2026-03-22 15:39:24 -07:00
design-system docs: salvage zh-CN framework skill translations 2026-05-11 14:38:12 -04:00
django-patterns docs(zh-CN): translate code block(plain text) (#753) 2026-03-22 15:39:24 -07:00
django-security docs(zh-CN): sync Chinese docs with latest upstream changes (#304) 2026-03-02 22:28:27 -08:00
django-tdd docs(zh-CN): sync Chinese docs with latest upstream changes (#304) 2026-03-02 22:28:27 -08:00
django-verification fix: harden unicode safety checks 2026-03-29 21:21:18 -04:00
dmux-workflows docs(zh-CN): translate code block(plain text) (#753) 2026-03-22 15:39:24 -07:00
docker-patterns docs(zh-CN): translate code block(plain text) (#753) 2026-03-22 15:39:24 -07:00
documentation-lookup docs(zh-CN): sync Chinese docs with latest upstream changes 2026-03-21 12:55:58 +08:00
dotnet-patterns docs: salvage zh-CN framework skill translations 2026-05-11 14:38:12 -04:00
e2e-testing docs(zh-CN): sync Chinese docs with latest upstream changes (#304) 2026-03-02 22:28:27 -08:00
ecc-tools-cost-audit docs: salvage zh-CN core skill translations 2026-05-11 14:21:49 -04:00
email-ops docs: salvage zh-CN business ops skill translations 2026-05-11 14:58:51 -04:00
energy-procurement fix: harden unicode safety checks 2026-03-29 21:21:18 -04:00
enterprise-agent-ops docs(zh-CN): sync Chinese docs with latest upstream changes (#341) 2026-03-07 14:48:02 -08:00
eval-harness docs(zh-CN): translate code block(plain text) (#753) 2026-03-22 15:39:24 -07:00
evm-token-decimals docs: salvage zh-CN health security skill translations 2026-05-11 15:14:55 -04:00
exa-search docs(zh-CN): translate code block(plain text) (#753) 2026-03-22 15:39:24 -07:00
fal-ai-media docs(zh-CN): translate code block(plain text) (#753) 2026-03-22 15:39:24 -07:00
finance-billing-ops docs: salvage zh-CN business ops skill translations 2026-05-11 14:58:51 -04:00
flutter-dart-code-review docs(zh-CN): sync Chinese docs with latest upstream changes 2026-03-21 12:55:58 +08:00
foundation-models-on-device docs(zh-CN): sync Chinese docs with latest upstream changes (#304) 2026-03-02 22:28:27 -08:00
frontend-patterns fix: refresh stale technical content in agents, rules, and skills (#2168) 2026-06-07 13:26:01 +08:00
frontend-slides docs(zh-CN): translate code block(plain text) (#753) 2026-03-22 15:39:24 -07:00
gan-style-harness docs: salvage zh-CN framework skill translations 2026-05-11 14:38:12 -04:00
gateguard docs: salvage zh-CN core skill translations 2026-05-11 14:21:49 -04:00
git-workflow docs: salvage zh-CN core skill translations 2026-05-11 14:21:49 -04:00
github-ops docs: salvage zh-CN core skill translations 2026-05-11 14:21:49 -04:00
golang-patterns docs(zh-CN): translate code block(plain text) (#753) 2026-03-22 15:39:24 -07:00
golang-testing docs(zh-CN): translate code block(plain text) (#753) 2026-03-22 15:39:24 -07:00
google-workspace-ops docs: salvage zh-CN business ops skill translations 2026-05-11 14:58:51 -04:00
healthcare-cdss-patterns docs: salvage zh-CN health security skill translations 2026-05-11 15:14:55 -04:00
healthcare-emr-patterns docs: salvage zh-CN health security skill translations 2026-05-11 15:14:55 -04:00
healthcare-eval-harness docs: salvage zh-CN health security skill translations 2026-05-11 15:14:55 -04:00
healthcare-phi-compliance docs: salvage zh-CN health security skill translations 2026-05-11 15:14:55 -04:00
hermes-imports docs: salvage remaining stable zh-CN skill translations 2026-05-11 15:31:49 -04:00
hexagonal-architecture docs: salvage remaining stable zh-CN skill translations 2026-05-11 15:31:49 -04:00
hipaa-compliance docs: salvage zh-CN health security skill translations 2026-05-11 15:14:55 -04:00
hookify-rules docs: salvage zh-CN core skill translations 2026-05-11 14:21:49 -04:00
inventory-demand-planning fix: harden unicode safety checks 2026-03-29 21:21:18 -04:00
investor-materials docs(zh-CN): sync Chinese docs with latest upstream changes (#304) 2026-03-02 22:28:27 -08:00
investor-outreach docs(zh-CN): sync Chinese docs with latest upstream changes (#304) 2026-03-02 22:28:27 -08:00
iterative-retrieval fix: harden unicode safety checks 2026-03-29 21:21:18 -04:00
java-coding-standards fix: harden unicode safety checks 2026-03-29 21:21:18 -04:00
jira-integration fix(skills): keep curl credentials out of argv (#2175) 2026-06-07 13:25:45 +08:00
jpa-patterns docs(zh-CN): sync Chinese docs with latest upstream changes (#304) 2026-03-02 22:28:27 -08:00
knowledge-ops docs: salvage zh-CN core skill translations 2026-05-11 14:21:49 -04:00
kotlin-coroutines-flows docs(zh-CN): translate code block(plain text) (#753) 2026-03-22 15:39:24 -07:00
kotlin-exposed-patterns docs(zh-CN): update 2026-03-13 17:45:44 +08:00
kotlin-ktor-patterns docs(zh-CN): translate code block(plain text) (#753) 2026-03-22 15:39:24 -07:00
kotlin-patterns docs(zh-CN): update 2026-03-13 17:45:44 +08:00
kotlin-testing docs(zh-CN): translate code block(plain text) (#753) 2026-03-22 15:39:24 -07:00
laravel-patterns docs(zh-CN): translate code block(plain text) (#753) 2026-03-22 15:39:24 -07:00
laravel-plugin-discovery docs: salvage zh-CN framework skill translations 2026-05-11 14:38:12 -04:00
laravel-security docs(zh-CN): sync Chinese docs with latest upstream changes 2026-03-21 12:55:58 +08:00
laravel-tdd docs(zh-CN): sync Chinese docs with latest upstream changes 2026-03-21 12:55:58 +08:00
laravel-verification docs(zh-CN): sync Chinese docs with latest upstream changes 2026-03-21 12:55:58 +08:00
lead-intelligence docs: salvage zh-CN business ops skill translations 2026-05-11 14:58:51 -04:00
liquid-glass-design docs(zh-CN): sync Chinese docs with latest upstream changes (#304) 2026-03-02 22:28:27 -08:00
llm-trading-agent-security docs: salvage zh-CN health security skill translations 2026-05-11 15:14:55 -04:00
logistics-exception-management fix: harden unicode safety checks 2026-03-29 21:21:18 -04:00
manim-video docs: salvage zh-CN framework skill translations 2026-05-11 14:38:12 -04:00
market-research docs(zh-CN): sync Chinese docs with latest upstream changes (#304) 2026-03-02 22:28:27 -08:00
mcp-server-patterns docs(zh-CN): sync Chinese docs with latest upstream changes 2026-03-21 12:55:58 +08:00
messages-ops docs: salvage zh-CN business ops skill translations 2026-05-11 14:58:51 -04:00
nanoclaw-repl docs(zh-CN): sync Chinese docs with latest upstream changes (#341) 2026-03-07 14:48:02 -08:00
nestjs-patterns docs: salvage zh-CN framework skill translations 2026-05-11 14:38:12 -04:00
nextjs-turbopack docs(zh-CN): sync Chinese docs with latest upstream changes 2026-03-21 12:55:58 +08:00
nodejs-keccak256 docs: salvage zh-CN framework skill translations 2026-05-11 14:38:12 -04:00
nutrient-document-processing docs(zh-CN): sync Chinese docs with latest upstream changes (#304) 2026-03-02 22:28:27 -08:00
nuxt4-patterns docs(zh-CN): sync Chinese docs with latest upstream changes 2026-03-21 12:55:58 +08:00
opensource-pipeline docs: salvage remaining stable zh-CN skill translations 2026-05-11 15:31:49 -04:00
perl-patterns docs(zh-CN): translate code block(plain text) (#753) 2026-03-22 15:39:24 -07:00
perl-security docs(zh-CN): update 2026-03-13 17:45:44 +08:00
perl-testing docs(zh-CN): translate code block(plain text) (#753) 2026-03-22 15:39:24 -07:00
plankton-code-quality docs(zh-CN): translate code block(plain text) (#753) 2026-03-22 15:39:24 -07:00
postgres-patterns docs(zh-CN): sync Chinese docs with latest upstream changes (#341) 2026-03-07 14:48:02 -08:00
product-capability docs: salvage zh-CN business ops skill translations 2026-05-11 14:58:51 -04:00
product-lens docs: salvage zh-CN business ops skill translations 2026-05-11 14:58:51 -04:00
production-scheduling fix: harden unicode safety checks 2026-03-29 21:21:18 -04:00
project-flow-ops docs: salvage zh-CN core skill translations 2026-05-11 14:21:49 -04:00
prompt-optimizer feat: add Quarkus handling 2026-05-12 09:30:26 -04:00
python-patterns fix: refresh stale technical content in agents, rules, and skills (#2168) 2026-06-07 13:26:01 +08:00
python-testing docs(zh-CN): translate code block(plain text) (#753) 2026-03-22 15:39:24 -07:00
pytorch-patterns docs(zh-CN): sync Chinese docs with latest upstream changes 2026-03-21 12:55:58 +08:00
quality-nonconformance fix: harden unicode safety checks 2026-03-29 21:21:18 -04:00
ralphinho-rfc-pipeline docs(zh-CN): sync Chinese docs with latest upstream changes (#341) 2026-03-07 14:48:02 -08:00
regex-vs-llm-structured-text docs(zh-CN): translate code block(plain text) (#753) 2026-03-22 15:39:24 -07:00
remotion-video-creation docs: salvage zh-CN framework skill translations 2026-05-11 14:38:12 -04:00
repo-scan docs: salvage zh-CN core skill translations 2026-05-11 14:21:49 -04:00
research-ops docs: salvage zh-CN core skill translations 2026-05-11 14:21:49 -04:00
returns-reverse-logistics fix: harden unicode safety checks 2026-03-29 21:21:18 -04:00
rules-distill fix: harden unicode safety checks 2026-03-29 21:21:18 -04:00
rust-patterns docs(zh-CN): translate code block(plain text) (#753) 2026-03-22 15:39:24 -07:00
rust-testing docs(zh-CN): translate code block(plain text) (#753) 2026-03-22 15:39:24 -07:00
safety-guard docs: salvage zh-CN health security skill translations 2026-05-11 15:14:55 -04:00
santa-method docs: salvage remaining stable zh-CN skill translations 2026-05-11 15:31:49 -04:00
search-first docs(zh-CN): translate code block(plain text) (#753) 2026-03-22 15:39:24 -07:00
security-bounty-hunter docs: salvage zh-CN health security skill translations 2026-05-11 15:14:55 -04:00
security-review fix: harden unicode safety checks 2026-03-29 21:21:18 -04:00
security-scan docs(zh-CN): sync Chinese docs with latest upstream changes (#304) 2026-03-02 22:28:27 -08:00
seo docs: salvage zh-CN business ops skill translations 2026-05-11 14:58:51 -04:00
skill-comply docs: salvage remaining stable zh-CN skill translations 2026-05-11 15:31:49 -04:00
skill-stocktake fix: sync skill frontmatter and catalog counts 2026-05-11 02:33:29 -04:00
social-graph-ranker docs: salvage remaining stable zh-CN skill translations 2026-05-11 15:31:49 -04:00
springboot-patterns docs(zh-CN): sync Chinese docs with latest upstream changes (#304) 2026-03-02 22:28:27 -08:00
springboot-security docs(zh-CN): sync Chinese docs with latest upstream changes (#304) 2026-03-02 22:28:27 -08:00
springboot-tdd docs(zh-CN): sync Chinese docs with latest upstream changes (#304) 2026-03-02 22:28:27 -08:00
springboot-verification docs(zh-CN): translate code block(plain text) (#753) 2026-03-22 15:39:24 -07:00
strategic-compact docs(strategic-compact): fix hook command path in zh-CN/zh-TW/ja-JP SKILL.md (#1701) 2026-05-11 01:13:12 -04:00
swift-actor-persistence docs(zh-CN): sync Chinese docs with latest upstream changes (#304) 2026-03-02 22:28:27 -08:00
swift-concurrency-6-2 docs(zh-CN): sync Chinese docs with latest upstream changes (#304) 2026-03-02 22:28:27 -08:00
swift-protocol-di-testing docs(zh-CN): sync Chinese docs with latest upstream changes (#304) 2026-03-02 22:28:27 -08:00
swiftui-patterns docs(zh-CN): sync Chinese docs with latest upstream changes (#304) 2026-03-02 22:28:27 -08:00
tdd-workflow fix: harden unicode safety checks 2026-03-29 21:21:18 -04:00
team-builder fix: harden unicode safety checks 2026-03-29 21:21:18 -04:00
terminal-ops docs: salvage zh-CN core skill translations 2026-05-11 14:21:49 -04:00
token-budget-advisor docs: salvage remaining stable zh-CN skill translations 2026-05-11 15:31:49 -04:00
ui-demo docs: salvage zh-CN framework skill translations 2026-05-11 14:38:12 -04:00
unified-notifications-ops docs: salvage zh-CN business ops skill translations 2026-05-11 14:58:51 -04:00
verification-loop docs(zh-CN): translate code block(plain text) (#753) 2026-03-22 15:39:24 -07:00
video-editing docs(zh-CN): translate code block(plain text) (#753) 2026-03-22 15:39:24 -07:00
videodb fix: harden unicode safety checks 2026-03-29 21:21:18 -04:00
visa-doc-translate docs: resolve markdownlint errors across translated docs 2026-04-05 14:41:27 -07:00
workspace-surface-audit docs: salvage zh-CN core skill translations 2026-05-11 14:21:49 -04:00
x-api docs(zh-CN): sync Chinese docs with latest upstream changes 2026-03-21 12:55:58 +08:00