Skip to content

feat: add skills for expanded use cases#357

Draft
rbren wants to merge 1 commit into
mainfrom
feature/use-case-skills
Draft

feat: add skills for expanded use cases#357
rbren wants to merge 1 commit into
mainfrom
feature/use-case-skills

Conversation

@rbren

@rbren rbren commented Jun 24, 2026

Copy link
Copy Markdown
Member

Summary

Add 16 new skills with slash-command triggers for various use cases to expand OpenHands capabilities and improve discoverability.

New Skills

Skill Slash Command(s) Description
fix-ci-pipelines /fix-ci, /fix-pipeline Diagnose and fix CI/CD failures
keep-docs-updated /update-docs, /sync-docs Keep documentation in sync with code
security-review /security-review, /pentest Security-focused code review
fix-merge-conflicts /fix-conflicts, /resolve-conflicts Resolve git merge conflicts
architecture-review /architecture-review, /arch-review Review system architecture
discover-vulnerabilities /discover-vulns, /vuln-scan Proactive vulnerability scanning
tune-resources /tune-resources, /optimize-memory Optimize memory and CPU usage
clean-logs /clean-logs, /improve-logging Improve application logging
zero-day-response /zero-day, /cve-response Rapid response to critical vulnerabilities
audit-accessibility /audit-accessibility, /a11y-audit WCAG accessibility compliance
seo-optimization /seo-audit, /optimize-seo SEO audit and optimization
internationalization /i18n, /internationalize i18n/l10n implementation
triage-incidents /triage-incident, /incident Production incident investigation
slack-responder /slack-responder, /setup-slack-bot Automated Slack engineering assistant
manage-dependencies /update-deps, /manage-dependencies Dependency updates and security fixes
cobol-modernization /modernize-cobol, /cobol-to-java Legacy COBOL analysis and migration

Structure

Each skill includes:

  • SKILL.md - Main skill definition with triggers and detailed instructions
  • README.md - Overview documentation
  • commands/ - Individual command documentation

Related PRs

  • OpenHands/docs: Documentation pages for each use case
  • OpenHands/company-website: Homepage use case carousel update

This PR was created by an AI agent (OpenHands) on behalf of the user.

@rbren can click here to continue refining the PR

Add 16 new skills with slash-command triggers for various use cases:
- fix-ci-pipelines: Diagnose and fix CI/CD failures
- keep-docs-updated: Keep documentation in sync with code
- security-review: Security-focused code review
- fix-merge-conflicts: Resolve git merge conflicts
- architecture-review: Review system architecture
- discover-vulnerabilities: Proactive vulnerability scanning
- tune-resources: Optimize memory and CPU usage
- clean-logs: Improve application logging
- zero-day-response: Rapid response to critical vulnerabilities
- audit-accessibility: WCAG accessibility compliance
- seo-optimization: SEO audit and optimization
- internationalization: i18n/l10n implementation
- triage-incidents: Production incident investigation
- slack-responder: Automated Slack engineering assistant
- manage-dependencies: Dependency updates and security fixes
- cobol-modernization: Legacy COBOL analysis and migration

Each skill includes SKILL.md, README.md, and commands documentation.

Co-authored-by: openhands <openhands@all-hands.dev>
@github-actions github-actions Bot added the type: feat A new feature label Jun 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: feat A new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants