DevOps & Quality
Improve DevOps and Code Quality Practices
Projects often lack consistent checks for quality, delivery, and secret handling. This skill provides a compact baseline for linting, testing, CI, and safe environment configuration.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "DevOps & Quality" from https://skillstore.io/skills/abdulsamad94-devops-quality.md and its manifest at https://skillstore.io/api/skills/abdulsamad94-devops-quality/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "DevOps & Quality". Create a pull request quality checklist.
Expected outcome:
- Run linting and the production build.
- Run unit and end-to-end tests where applicable.
- Require a feature branch and a semantic commit message.
- Keep local environment files out of version control.
Using "DevOps & Quality". What should CI run on each pull request?
Expected outcome:
Run the lint command and build command first. Add Jest unit tests and Playwright end-to-end tests for relevant changes.
Security Audit
SafeAll seven static findings are false positives. The skill uses inline code formatting to name standard tools, configuration files, commit examples, and an environment file; it does not execute commands or access secrets. No prompt injection, data-exfiltration intent, or other semantic security concern was found.
Risk Factors
⚙️ External commands (6)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/abdulsamad94-devops-quality/audits/10?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/abdulsamad94-devops-quality?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/abdulsamad94-devops-quality?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/abdulsamad94-devops-quality/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/abdulsamad94-devops-quality.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA · BibTeX · CFF)
APA citation
AbdulSamad94. (2026). DevOps & Quality security audit report (audit version 10) [Author version unspecified]. Skillstore. https://skillstore.io/skills/abdulsamad94-devops-quality/audits/10BibTeX citation
@techreport{abdulsamad94-abdulsamad94-devops-quality-2026,
author = {AbdulSamad94},
title = {DevOps & Quality security audit report (audit version 10)},
institution = {Skillstore},
year = {2026},
number = {10},
url = {https://skillstore.io/skills/abdulsamad94-devops-quality/audits/10},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "DevOps & Quality security audit report (audit version 10)"
version: "unspecified"
type: report
authors:
- name: "AbdulSamad94"
date-released: "2026-07-18"
url: "https://skillstore.io/skills/abdulsamad94-devops-quality/audits/10"
identifiers:
- type: other
value: "skillstore:abdulsamad94-devops-quality:audit:10"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Set a project quality baseline
Use the standards to define initial linting, typing, testing, and version-control expectations.
Review pull request checks
Compare an existing pull request process with the recommended lint, build, unit, and end-to-end checks.
Document team delivery practices
Turn the concise guidance into a shared checklist for branches, commits, CI, and secrets.
Try These Prompts
Create a simple checklist for linting, type checking, tests, and pull request validation in this project.
Based on these DevOps standards, propose pull request checks for linting, building, unit tests, and end-to-end tests.
Review our documented environment-variable process against this skill. List gaps without requesting secret values.
Assess this repository against the DevOps and Quality guidance. Prioritize the missing practices by impact and implementation effort.
Best Practices
- Run linting, type checks, and tests before requesting review.
- Use feature branches and semantic commit messages for clear history.
- Store production secrets in the hosting platform and never commit local environment files.
Avoid
- Treating a successful build as a substitute for tests.
- Adding secrets to source files or committing a local .env file.
- Using undocumented branch and commit conventions across a team.
Frequently Asked Questions
Does this skill run linting or tests?
Which linting tool does it recommend?
Does it require a CI provider?
Which test tools are named?
How should local secrets be handled?
Is this a complete deployment guide?
Developer Details
Author
AbdulSamad94License
MIT
Skillstore revision
r2
Version notice
The author did not declare a version.
Ref
80999bf530a7874d7bedf8ce202001ecb4c4f5e0
Maintenance freshness
7/19/2026
Usage
7 downloads · 197 views
File structure
📄 SKILL.md