Create comprehensive SWOT analyses with strategic recommendations. TRIGGERS - Use when user wants a SWOT analysis, strategic assessment, or strengths/weaknesses evaluation.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add Winbda/claude-skills-collection --skill swot-analyzer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Swot Analyzer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/winbda-swot-analyzer)More formats (shields.io, HTML) on the badges page.
---
name: swot-analyzer
description: |
Create comprehensive SWOT analyses with strategic recommendations.
TRIGGERS - Use when user wants a SWOT analysis, strategic assessment, or strengths/weaknesses evaluation.
---
# SWOT Analyzer
## Output Format
```markdown
# SWOT Analysis: [Company/Product]
## Matrix
| | Helpful | Harmful |
|--|---------|---------|
| **Internal** | **STRENGTHS** | **WEAKNESSES** |
| | • [S1] | • [W1] |
| | • [S2] | • [W2] |
| | • [S3] | • [W3] |
| **External** | **OPPORTUNITIES** | **THREATS** |
| | • [O1] | • [T1] |
| | • [O2] | • [T2] |
| | • [O3] | • [T3] |
## Strategic Actions
### Leverage (Strengths × Opportunities)
[How to use strengths to capture opportunities]
### Defend (Strengths × Threats)
[How to use strengths to counter threats]
### Improve (Weaknesses × Opportunities)
[How to fix weaknesses to capture opportunities]
### Mitigate (Weaknesses × Threats)
[How to address weaknesses before threats exploit them]
## Priority Actions
1. [Highest-impact action]
2. [Next priority]
3. [Next priority]
```
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 最佳实践。