home/productivity/github-actions-instructions

Github Actions.instructions

GPTClaudeDeepSeek··151 copies·updated 2026-07-14
github-actions-instructions.prompt
---
description: GitHub Actions workflow conventions.
applyTo: ".github/workflows/**/*.{yml,yaml}"
---

# GitHub Actions Instructions

## Reliability

- Prefer pinned major versions for actions (e.g. `@v4`).
- Avoid overly-broad triggers.

## Security

- Use least-privilege permissions.
- Avoid printing secrets.

## Maintainability

- Keep jobs small and clearly named.
- Prefer reusable workflows when patterns repeat.

fill the variables

This prompt has 1 variable. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.

{yml,yaml}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo ReactSphere/awesome-copilot-agents (MIT). A "Github Actions.instructions" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

ReactSphere/awesome-copilot-agents · MIT