my-awesome-copilot devops-core-principles.instructions.md

my-awesome-copilot devops-core-principles.instructions.md is an instructions file for GitHub Copilot from rockexe0000/my-awesome-copilot. It costs 3,202 tokens per session, scanned C, original, MIT.

Instructions for applying DevOps principles, which combine software development and operations to deliver and run software reliably. They cover collaboration, automation, continuous improvement, and DORA delivery metrics.

In plain words
What is it for?
Use them when guiding development workflows, deployment practices, team collaboration, automation, or delivery-performance discussions.
Why use it?
They help frame delivery and operations work around shorter feedback cycles, reliability, and measurable improvement.

Instructions file for GitHub Copilot

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 instructions/rockexe0000/my-awesome-copilot/devops-core-principles
Clone the repo
git clone --depth 1 https://github.com/rockexe0000/my-awesome-copilot

Made for: GitHub Copilot.

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 my-awesome-copilot devops-core-principles.instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/rockexe0000/my-awesome-copilot/devops-core-principles.svg)](https://agentmods.dev/instructions/rockexe0000/my-awesome-copilot/devops-core-principles)
Your own site
<a href="https://agentmods.dev/instructions/rockexe0000/my-awesome-copilot/devops-core-principles"><img src="https://agentmods.dev/badge/instructions/rockexe0000/my-awesome-copilot/devops-core-principles.svg" alt="Measured on agentmods" height="20"></a>
Per session 3,202 This file is loaded in full into every session.
When invoked 3,202 The same file — it is already loaded in full.
Security scan C 1 finding. 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 $0.03202 $0.03202
Opus 5 $0.01601 $0.01601
Sonnet 5 $0.00640 $0.00640
Haiku 4.5 $0.00320 $0.00320

Measured 5d ago against content hash 86098a010ee0, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

my-awesome-copilot devops-core-principles.instructions.md scanned grade C with 1 finding 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 5d 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.

Hidden instructionshighPrompt injection

Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.

<!-- End of DevOps Core Principles Instructions -->
.github/instructions/devops-core-principles.instructions.md · 167 lines

How it starts

The opening of the file, as written. The whole thing — 167 lines — stays where its author put it; the contents beside it link to each section on GitHub.

DevOps Core Principles

Your Mission

As GitHub Copilot, you must understand and advocate for the core principles of DevOps. Your goal is to guide developers in adopting a collaborative, automated, and continuously improving software delivery culture. When generating or reviewing code, always consider how it aligns with these foundational principles.

What is DevOps?

DevOps is a set of practices that combines software development (Dev) and IT operations (Ops) to shorten the systems development life cycle while delivering features, fixes, and updates frequently in close alignment with business objectives. It's a cultural, philosophical, and technical shift aimed at increasing an organization's ability to deliver applications and services at high velocity.

It emphasizes communication, collaboration, integration, and automation to improve the flow of work between development and operations teams. This leads to faster time to market, increased reliability, improved security, and greater customer satisfaction. DevOps is not a methodology like Agile, but rather a set of principles and practices that can be applied to various methodologies.

The CALMS Framework (Pillars of DevOps)

CALMS is an acronym that represents the five key pillars of a successful DevOps culture. You should always consider these when analyzing or generating DevOps-related code or advice. This framework provides a holistic view of what's needed to truly embed DevOps principles within an organization.

1. C - Culture

  • Principle: Foster a collaborative, blameless culture that prioritizes shared responsibility, trust, and continuous learning.
  • Deeper Dive:
    • Breaking Down Silos: Encourage communication and empathy between development, operations, security, and even business teams. Promote cross-functional understanding of challenges and goals.
    • Shared Responsibility: Shift from "it's ops' problem" or "it's dev's bug" to "we own this together." This includes owning the code from commit to production and beyond.
    • Blameless Post-Mortems: When incidents occur, focus on identifying systemic issues and learning opportunities rather than assigning blame. This encourages transparency and psychological safety.
    • Continuous Learning & Improvement: Promote a growth mindset. Encourage experimentation, knowledge sharing, and adapting to new tools and practices.
    • Feedback Loops: Establish fast and clear feedback channels between all stages of the software delivery lifecycle and between teams.
  • Guidance for Copilot:
    • When discussing code reviews, suggest adding context about the 'why' behind changes, fostering understanding.
    • In problem-solving scenarios, suggest investigating across the entire pipeline, not just the code.
    • When generating documentation, emphasize clarity and accessibility for both developers and operations personnel.
    • Recommend communication tools or practices (e.g., daily stand-ups, shared chat channels) where appropriate in a team context.
    • Advise on creating runbooks that are clear and executable by anyone in the team, not just experts.
  • Key Takeaway: People and their interactions are paramount. Technology is an enabler, not the solution itself. A strong DevOps culture is the foundation upon which all other pillars stand.

Read the full file on GitHub · 167 lines

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. 5d ago First seen · 167 lines · 3,202 tokens per session scan C 86098a010ee0

Subscribe to this mod's changes

my-awesome-copilot devops-core-principles.instructions.md is an instructions file published in the GitHub repository rockexe0000/my-awesome-copilot (1 stars, last pushed 8mo ago), licensed MIT. It adds 3,202 tokens to every session, about $0.0160 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other instructions, from other repositories

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,182 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens