mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-30 13:43:26 +08:00
docs: add 'When to Activate' sections to 14 skill definitions
Add activation triggers to skills that were missing them, helping Claude Code determine when to load each skill contextually.
This commit is contained in:
@@ -7,6 +7,14 @@ description: "Verification loop for Spring Boot projects: build, static analysis
|
||||
|
||||
Run before PRs, after major changes, and pre-deploy.
|
||||
|
||||
## When to Activate
|
||||
|
||||
- Before opening a pull request for a Spring Boot service
|
||||
- After major refactoring or dependency upgrades
|
||||
- Pre-deployment verification for staging or production
|
||||
- Running full build → lint → test → security scan pipeline
|
||||
- Validating test coverage meets thresholds
|
||||
|
||||
## Phase 1: Build
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user