Devops quality
Skill ComeOnOliver/skillshub/skills/aiskillstore/marketplace/abdulsamad94/devops-quality
Code quality standards, linting rules, and CI/CD principles.From its SKILL.md
npx -y skills add ComeOnOliver/skillshub --skill devops-qualityAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.8 KB, 190 tokens by cl100k_base, as published. Nobody here has run it
DevOps & Code Quality
Linting & Formatting
- Tool: ESLint (
npm run lint). - Config:
eslint.config.mjs/next.config.ts. - Rule: strict type checking is enabled in
tsconfig.json.
Version Control
- Branching: Feature branch workflow (main <- feature/xyz).
- Commit Messages: Semantic commits preferred (e.g.,
feat: add chatbot,fix: header overflow).
Continuous Integration (CI)
(Future Implementation)
- GitHub Actions: Recommended for running
npm run lintandnpm run buildon every PR. - Testing:
- Unit: Jest (for utility logic).
- E2E: Playwright (for auth flows).
Secrets Management
- Local:
.envfile (never committed). - Production: Vercel Environment Variables.
What ships with it
9.2 KB alongside SKILL.md
GitHub clipped this repository’s file list, so this is at least 1 file and may be more.
- skill-report.json9.2 KB