Sub-skill of github-code-review: Review Configuration.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill review-configuration --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Review Configuration?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-review-configuration-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: github-code-review-review-configuration
description: 'Sub-skill of github-code-review: Review Configuration.'
version: 1.0.0
category: development
type: reference
scripts_exempt: true
---
# Review Configuration
## Review Configuration
```yaml
# .github/review-swarm.yml
version: 1
review:
auto-trigger: true
required-agents:
- security
- performance
- style
optional-agents:
- architecture
- accessibility
- i18n
thresholds:
security: block
performance: warn
style: suggest
rules:
security:
- no-eval
- no-hardcoded-secrets
- proper-auth-checks
performance:
*See sub-skills for full details.*
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Java Spring Boot 服务中关于身份验证/授权、验证、CSRF、密钥、标头、速率限制和依赖安全的 Spring Security 最佳实践。