ateles: Skill for Claude Code

.claude/skills/verify-deployment/SKILL.md

verify-deployment is a skill for Claude Code from markmhendrickson/ateles. It costs 0 tokens per session (701 once invoked), scanned A, original, MIT.

A deployment-checking workflow for websites built with GitHub Actions, a service that runs automated build and deployment jobs.

In plain words
What is it for?
It helps inspect GitHub Actions runs after pushing a website deployment, fix build problems, and re-run the workflow.
Why use it?
It confirms whether a deployment build succeeded and can repeat the build after a fix when it fails.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

This is markmhendrickson/ateles's own configuration. It tells Claude Code how to work on ateles itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ateles configures →

Reuse

Borrowing it

Nothing to install: this file belongs to markmhendrickson/ateles. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/markmhendrickson/ateles/main/.claude/skills/verify-deployment/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/markmhendrickson/ateles

Made for: Claude Code.

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 verify-deployment

README.md
[![agentmods](https://agentmods.dev/badge/skills/markmhendrickson/ateles/verify-deployment/github.svg)](https://agentmods.dev/skills/markmhendrickson/ateles/verify-deployment)
Your own site
<a href="https://agentmods.dev/skills/markmhendrickson/ateles/verify-deployment"><img src="https://agentmods.dev/badge/skills/markmhendrickson/ateles/verify-deployment/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for verify-deployment

Your own site · 80×15
<a href="https://agentmods.dev/skills/markmhendrickson/ateles/verify-deployment"><img src="https://agentmods.dev/badge/skills/markmhendrickson/ateles/verify-deployment.svg" alt="Reviewed on agentmods" width="80" 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 701 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00701
Opus 5 $0.00000 $0.00351
Sonnet 5 $0.00000 $0.00140
Haiku 4.5 $0.00000 $0.00070

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

Security

Grade A, and why

verify-deployment 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 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.

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.

.claude/skills/verify-deployment/SKILL.md · 47 lines

How it starts

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

Verify Deployment

After a deployment that uses GitHub Actions (e.g. website submodule push), check the workflow run and repeat fix/re-run until the build succeeds. Do not stop at "you can re-run"; perform the re-run when the fix is in place.

When to Use

Use this skill when:

  • User has just pushed a website deploy (e.g. markmhendrickson, hendricksonserrano, dionysiandesigns) and wants confirmation
  • User says "check deploy", "verify deployment", "did the build succeed"
  • Context indicates a deploy was triggered and outcome is unknown

Required Documents (load first)

  1. Deployment verification and re-run: docs/development_workflows_rules.mdc (Deployment verification, GitHub Actions re-run)
  2. Optional pre-step for markmhendrickson: Same doc (Post markdown priority and deploy sync) — ensure Neotoma export current and run generate_posts_cache.py before build when deploying that site

Workflow

  1. Optional pre-step (website with posts): If deploying a site that uses post cache (e.g. markmhendrickson), ensure Neotoma export is current and run python3 execution/scripts/generate_posts_cache.py (or --from-neotoma-json <path>) before build when appropriate.
  2. Identify repo and run: Determine the repository that was pushed (e.g. markmhendrickson/markmhendrickson). Use gh run list --repo <owner/repo> or user-provided run ID; optionally open Actions page.
  3. Check outcome: Use gh run view <run-id> --repo <owner/repo> to see status and logs.
  4. If succeeded: Report success to user and stop.
  5. If failed: Identify cause from logs (failed step, config, submodule, dependencies). Fix (code, config, submodule, deps), then either push the fix (triggers new run) or run gh run rerun <run-id> --repo <owner/repo>. Return to step 3 and repeat until the build succeeds.
  6. Do not tell the user "you can re-run the workflow" without performing the re-run after the fix is applied.

Constraints

  • Always check Actions after a deploy that uses GitHub Actions.
  • Repeat the check/fix/re-run loop until the build succeeds.
  • Perform gh run rerun when the fix is in place; do not leave re-run to the user.

Read the full file on GitHub · 47 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 · 47 lines · 0 tokens per session scan A 43458f53c9aa

Subscribe to this mod's changes

verify-deployment is a skill published in the GitHub repository markmhendrickson/ateles (6 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 701 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-09-03.

Related

Other skills, from other repositories

swarm-migrate

Cross-repo migration swarm — one coordinator + N parallel subagents (one per target repo) that apply the same transformation, open PRs, wait for CI, and report back to a shared JSON ledger. Coordinator handles topology, conflict auto-rebase, and stop-on-novel-failure. Use when bumping a shared dependency, rolling out…

yonatangross/orchestkit · 103 tokens

zb-release-pipeline

Generate a GitHub Actions pipeline that builds a zb (Zero Dependencies Builder) project and publishes a GitHub Release with the produced JAR. Use whenever the user wants CI/CD, a build pipeline, a release workflow, or GitHub Actions for a zb-based Java project — phrases like "set up GitHub Actions for this zb…

AdamBien/airails · 148 tokens

release-engineering

Design, automate, and operate end-to-end software releases: release process models and pipelines (trunk-based development, CD stages, release trains), progressive delivery and feature flags, versioning and artifact management (SemVer, conventional commits, changelogs, SBOM/provenance), readiness and quality gates…

magnus919/agent-skills · 158 tokens

verified-delivery

Implement and deliver an authorized change end to end — verify, open the PR, merge, and confirm post-merge state — using live-state gates, durable interruption handoffs, and live-state-first resumption. Use when a user grants end-to-end delivery authority for a specific change and the work may cross tool-call limits…

magnus919/agent-skills · 123 tokens

deployment-safety

Production deployment rules, rollback-first recovery, dependency batching, CI cost awareness, framework upgrade verification, fallback observability, and GitHub repo settings standardization.

juan294/cc-rpi · 35 tokens

git-workflow

When the user asks you to perform git operations, create branches, open PRs, manage releases, or resolve conflicts, follow this guide. These are the procedural patterns you should apply consistently.

0xNyk/oneclaw · 0 tokens