post-deploy-qa

post-deploy-qa is a skill for Claude Code, Codex from stepanenkoviktor0110-boop/ai-dev-methodology-codex. It costs 120 tokens per session (1,163 once invoked), scanned A, original, no licence file.

A checklist for checking a deployed application in its live environment against its user and technical requirements.

In plain words
What is it for?
It is for running post-release acceptance checks with browser tests, HTTP requests, shell commands, and connected messaging tools.
Why use it?
It helps catch problems after release, including requirements that were postponed during earlier testing.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit It is for running post-release acceptance checks with browser tests, HTTP requests, shell commands, and connected messaging tools.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/stepanenkoviktor0110-boop/ai-dev-methodology-codex/post-deploy-qa
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.

Any agent
npx skills add stepanenkoviktor0110-boop/ai-dev-methodology-codex --skill post-deploy-qa
Clone the repo
git clone --depth 1 https://github.com/stepanenkoviktor0110-boop/ai-dev-methodology-codex

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 post-deploy-qa

README.md
[![agentmods](https://agentmods.dev/badge/skills/stepanenkoviktor0110-boop/ai-dev-methodology-codex/post-deploy-qa/github.svg)](https://agentmods.dev/skills/stepanenkoviktor0110-boop/ai-dev-methodology-codex/post-deploy-qa)
Your own site
<a href="https://agentmods.dev/skills/stepanenkoviktor0110-boop/ai-dev-methodology-codex/post-deploy-qa"><img src="https://agentmods.dev/badge/skills/stepanenkoviktor0110-boop/ai-dev-methodology-codex/post-deploy-qa/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 post-deploy-qa

Your own site · 80×15
<a href="https://agentmods.dev/skills/stepanenkoviktor0110-boop/ai-dev-methodology-codex/post-deploy-qa"><img src="https://agentmods.dev/badge/skills/stepanenkoviktor0110-boop/ai-dev-methodology-codex/post-deploy-qa.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 120 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,163 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00120 $0.01163
Opus 5 $0.00060 $0.00581
Sonnet 5 $0.00024 $0.00233
Haiku 4.5 $0.00012 $0.00116

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

Security

Grade A, and why

post-deploy-qa scanned grade A 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 8d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

criteria from pre-deploy QA report. Uses MCP tools (Telegram MCP, Playwright, curl, bash).
skills/post-deploy-qa/SKILL.md · 129 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 8d ago First seen · 129 lines · 120 tokens per session scan A 9fbd2f7afd2a

Subscribe to this mod's changes

post-deploy-qa is a skill published in the GitHub repository stepanenkoviktor0110-boop/ai-dev-methodology-codex (1 stars, last pushed 4mo ago), with no licence file. It adds 120 tokens to every session and 1,163 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

testing-e2e

End-to-end testing patterns with Playwright — page objects, AI agent testing, visual regression, accessibility testing with axe-core, and CI integration. Use when writing E2E tests, setting up Playwright, implementing visual regression, or testing accessibility.

yonatangross/orchestkit · 55 tokens

design-ship

One-shot pipeline turning a claude.ai/design link into a pull request: scaffold via /ork:design-import, stories and specs via /ork:cover, browser verification via /ork:expect, then open the PR. Use when a design link should come back as a PR with no intermediate steps; if all you need is the components written to…

yonatangross/orchestkit · 84 tokens

testing-patterns

Redirect — testing-patterns was split into 5 focused sub-skills. Use when looking for testing-patterns, writing tests, or test automation. Redirects to testing-unit, testing-e2e, testing-integration, testing-llm, or testing-perf.

yonatangross/orchestkit · 59 tokens

bmad-qa-generate-e2e-tests

Generate end to end automated tests for existing features. Use when the user says "create qa automated tests for [feature]".

LarsCowe/bmalph · 35 tokens

branchbox-devcontainer-guardrails

Use when modifying BranchBox devcontainer/bootstrap workflows, compose templates, feature env-stash behavior, or manual E2E harness/release docs. Apply issue.

branchbox/branchbox · 39 tokens

joycraft-implement

Execute atomic specs with TDD — read spec, write failing tests, implement until green, wrap up and continue the queue.

maksutovic/joycraft · 29 tokens