claude-code-best/src/skills
kingboung e3ba147dbe refactor: migrate review system to bundled skill files mechanism
Replace custom extension.ts initialization and agent-based routing with
csc's built-in registerBundledSkill({ files }) mechanism. Review and
security-review skills are now registered with embedded files that
get lazily extracted to disk on first invocation. Locale is resolved
at startup via getResolvedLanguage().

- Remove agent generation from generate-review-builtin.ts (skill-only)
- Remove extension.ts, REVIEW_AGENTS registration, strict:* skills
- Add reviewSkills.ts with registerReviewSkills() for unified registration
- Adapt to new costrict-review index.json format (skills-only, new paths)
- Remove src/costrict/command/locales/ (no longer needed)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-11 20:19:05 +08:00
..
bundled refactor: migrate review system to bundled skill files mechanism 2026-05-11 20:19:05 +08:00
bundledSkills.ts feat: build 2026-03-31 19:22:47 +08:00
loadSkillsDir.ts feat: build 2026-03-31 19:22:47 +08:00
mcpSkillBuilders.ts feat: build 2026-03-31 19:22:47 +08:00
mcpSkills.ts feat: 远程群控 (#243) 2026-04-11 23:22:55 +08:00