← スキル一覧に戻る

devops
by do-ops885
Dermatology GOAP Orchestrator
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: devops description: Manages CI/CD pipelines, linting with ESLint/SonarJS, and release tagging for production deployments license: MIT compatibility: opencode metadata: audience: developers workflow: development
What I do
I manage the development operations including CI/CD pipelines, linting, and release processes. I ensure code quality through automated checks and maintain deployment workflows.
When to use me
Use this when:
- You need to build or deploy the application
- You're investigating build failures or lint errors
- You need to create a release or tag
Key Concepts
- Vite: Build tool for production bundles
- ESLint: JavaScript/TypeScript linting
- SonarJS: Static analysis for code quality
- Release Tagging: Version management for deployments
Commands
npm run dev # Start dev server (localhost:5173)
npm run build # Production bundle
npm run preview # Preview production build
npm run lint # Run ESLint on all files
Source Files
package.json: Build and lint scriptsvite.config.ts: Vite configurationeslint.config.js: ESLint configuration.github/: CI/CD workflows
Code Patterns
- Manual chunks for production builds
- ESLint with SonarJS rules enabled
- Environment-specific configurations
Operational Constraints
- Build must pass before deployment
- Lint errors are blocking (must fix, not bypass)
- Semantic versioning for release tags
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です