agentsclimarketplace

Devops quality

Skill aiskillstore/marketplace/skills/abdulsamad94/devops-quality

Code quality standards, linting rules, and CI/CD principles.From its SKILL.md

Install
npx -y skills add aiskillstore/marketplace --skill devops-quality

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

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 lint and npm run build on every PR.
  • Testing:
    • Unit: Jest (for utility logic).
    • E2E: Playwright (for auth flows).

Secrets Management

  • Local: .env file (never committed).
  • Production: Vercel Environment Variables.

What ships with it: 1 file

13.4 KB alongside SKILL.md

Keep looking

Skills are one crate of 326,861. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.