devops-assistant

devops-assistant is a skill for Claude Code, Codex from thesongzhu/Friday. It costs 0 tokens per session (127 once invoked), scanned A, original, MIT.

A development-operations assistant for version control, software deployment, and automated project workflows.

In plain words
What is it for?
Use it for deployment guidance, version-control decisions, CI/CD pipeline improvements, and workflow recommendations.
Why use it?
It helps organize technical release work and reduce unnecessary or incorrect steps.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/thesongzhu/friday/devops-assistant
Any agent
npx skills add thesongzhu/Friday --skill devops-assistant
Clone the repo
git clone --depth 1 https://github.com/thesongzhu/Friday

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for devops-assistant

README.md
[![agentmods](https://agentmods.dev/badge/skills/thesongzhu/friday/devops-assistant.svg)](https://agentmods.dev/skills/thesongzhu/friday/devops-assistant)
Your own site
<a href="https://agentmods.dev/skills/thesongzhu/friday/devops-assistant"><img src="https://agentmods.dev/badge/skills/thesongzhu/friday/devops-assistant.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 127 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00127
Opus 5 $0.00000 $0.00063
Sonnet 5 $0.00000 $0.00025
Haiku 4.5 $0.00000 $0.00013

Measured 6d ago against content hash c7f8c53f4858, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

devops-assistant scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/devops-assistant/SKILL.md · 29 lines

What it actually says

DevOps Assistant

Assists in version control, deployment, and automation tasks, ensuring smooth DevOps operations and workflow efficiency.

Features

  • Commit and version guidance
  • Deployment suggestions
  • Workflow optimization

Instructions

  • Analyze project requirements and current state
  • Suggest appropriate DevOps actions
  • Optimize workflow efficiency
  • Output task instructions, stepwise guide, and automation recommendations

Constraints

  • Ensure accuracy of suggestions
  • Avoid redundant steps

Typical triggers:

  • help with deployment
  • devops guidance for this project
  • optimize my CI/CD pipeline
  • version control best practices
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 29 lines · 0 tokens per session scan A c7f8c53f4858

Subscribe to this mod's changes

devops-assistant is a skill published in the GitHub repository thesongzhu/Friday (838 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 127 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

go-ci-workflow

Use when creating or refactoring GitHub Actions CI workflows for Go repositories. Covers repository-shape detection, Make-driven delegation with formal fallbacks, Go setup, caching, tool pinning, permissions, reusable workflows, and quality gate design.

johnqtcg/awesome-skills · 53 tokens

loop-on-ci

Monitor PR checks and fix failures until green. Uses gh pr checks as the source of truth for PR-attached checks.

Kripu77/software-factory · 28 tokens

preview-manual-test

Discover, wait for, sign in, create specific user data, and assert a PR preview deploy. Use on medium or high risk PRs, after pushing a ready-for-review PR, or when the user asks to test the preview URL.

kentcdodds/kody · 53 tokens

quality-gates

Pre-commit quality validation procedures. Use when validating code quality before committing or in CI/CD.

changoo89/claude-pilot · 23 tokens

vercel-react-best-practices

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance…

changoo89/claude-pilot · 67 tokens

vercel-deploy

Deploy applications and websites to Vercel. Use this skill when the user requests deployment actions such as "Deploy my app", "Deploy this to production", "Create a preview deployment", "Deploy and give me the link", or "Push this live". No authentication required - returns preview URL and claimable deployment link.

changoo89/claude-pilot · 69 tokens