qaskills AGENTS.md

qaskills AGENTS.md is an instructions file for Codex, OpenCode from PramodDutta/qaskills. It costs 2,851 tokens per session, scanned A, original, MIT.

A repository guide for AI coding agents working on QASkills.sh, a directory of quality-assurance tools and instructions. It records the project structure and commands used with pnpm, a JavaScript package manager.

In plain words
What is it for?
It helps agents install dependencies, build, run development servers, test all or one package, check code style, and manage the development database.
Why use it?
It keeps agents from guessing how this multi-package repository is organised or how its code should be built and tested.

Instructions file for CodexOpenCode

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/pramoddutta/qaskills/agents-md
Clone the repo
git clone --depth 1 https://github.com/PramodDutta/qaskills

Made for: Codex, OpenCode.

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 qaskills AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/pramoddutta/qaskills/agents-md.svg)](https://agentmods.dev/instructions/pramoddutta/qaskills/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/pramoddutta/qaskills/agents-md"><img src="https://agentmods.dev/badge/instructions/pramoddutta/qaskills/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,851 This file is loaded in full into every session.
When invoked 2,851 The same file — it is already loaded in full.
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 $0.02851 $0.02851
Opus 5 $0.01425 $0.01425
Sonnet 5 $0.00570 $0.00570
Haiku 4.5 $0.00285 $0.00285

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

Security

Grade A, and why

qaskills AGENTS.md 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 4d 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.

AGENTS.md · 164 lines

How it starts

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

AGENTS.md

This file provides guidance to Codex (Codex.ai/code) when working with code in this repository.

Project Overview

QASkills.sh is a QA skills directory for AI coding agents. It's a pnpm monorepo (pnpm 9.15.0, Node >= 20) using Turborepo for orchestration.

Common Commands

pnpm install                  # Install all dependencies
pnpm build                    # Build all packages (Turbo, respects dependency graph)
pnpm dev                      # Dev servers for all packages
pnpm test                     # Run tests across all packages (vitest)
pnpm lint                     # Lint all packages
pnpm format                   # Format with Prettier
pnpm format:check             # Check formatting

# Run a single package
pnpm --filter @qaskills/cli test
pnpm --filter @qaskills/web dev
pnpm --filter @qaskills/shared build

# Run tests in watch mode
pnpm --filter @qaskills/cli test:watch

# Database (proxied to @qaskills/web)
pnpm db:push                  # Push schema to Neon Postgres (dev)
pnpm db:migrate               # Run Drizzle migrations (prod)
pnpm db:seed                  # Seed 20 initial skills (tsx src/db/seed.ts)
pnpm db:studio                # Open Drizzle Studio

# CLI testing after build
node packages/cli/dist/index.js <command>

Build order matters: @qaskills/shared must build before packages that depend on it (cli, sdk, web, skill-validator). Turbo handles this via "dependsOn": ["^build"]. After changing shared, rebuild it before restarting dependent dev servers.

Monorepo Layout

Package Path Purpose
@qaskills/shared packages/shared Types, constants, Zod schemas, SKILL.md parser (private, dependency of all others)
@qaskills/cli packages/cli CLI tool — qaskills add/search/init/list/remove/publish (Commander.js + @clack/prompts)
@qaskills/sdk packages/sdk Programmatic TypeScript SDK
@qaskills/skill-validator packages/skill-validator Validates SKILL.md files against schema
@qaskills/web packages/web Next.js 15 App Router dashboard + API
(standalone) landingpage/ Separate Next.js 16 marketing site (not in pnpm workspace)
(data) seed-skills/ 20 seed QA skill definitions as SKILL.md files

Read the full file on GitHub · 164 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. 4d ago First seen · 164 lines · 2,851 tokens per session scan A aec85315737a

Subscribe to this mod's changes

qaskills AGENTS.md is an instructions file published in the GitHub repository PramodDutta/qaskills (214 stars, last pushed 4d ago), licensed MIT. It adds 2,851 tokens to every session, about $0.0143 per session on Opus 5. 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.