playwright-praman copilot-instructions.md

playwright-praman copilot-instructions.md is an instructions file for GitHub Copilot from mrkanitkar/playwright-praman. It costs 3,222 tokens per session, scanned C, original, Apache-2.0.

Project instructions for praman, a Playwright-based tool for testing SAP UI5 web applications. They describe its architecture, coding standards, and which guidance files to read for different tasks.

In plain words
What is it for?
Use them when implementing features, designing modules, writing tests with test-driven development (writing tests before the code), or working with Playwright and SAP UI5.
Why use it?
They give coding agents the project rules they need before changing code. This helps keep modules within the intended architecture and ensures testing and SAP UI5 conventions are followed.

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/mrkanitkar/playwright-praman/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/mrkanitkar/playwright-praman

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 playwright-praman copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/mrkanitkar/playwright-praman/copilot-instructions.svg)](https://agentmods.dev/instructions/mrkanitkar/playwright-praman/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/mrkanitkar/playwright-praman/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/mrkanitkar/playwright-praman/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 3,222 This file is loaded in full into every session.
When invoked 3,222 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.03222 $0.03222
Opus 5 $0.01611 $0.01611
Sonnet 5 $0.00644 $0.00644
Haiku 4.5 $0.00322 $0.00322

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

Security

Grade C, and why

playwright-praman copilot-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.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

- No bash-only npm scripts — use Node.js built-ins (`fs.rmSync`, not `rm -rf`)
.github/copilot-instructions.md · 285 lines

How it starts

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

Praman v1.0 Copilot Instructions

Project

Agent-First SAP UI5 Test Automation Plugin for Playwright. Single npm package playwright-praman with sub-path exports. Ground-up rewrite — NO copy-paste from v2.5.0.

Architecture

  • 5-layer architecture: Core → Bridge → Proxy → Fixtures → AI
  • All modules ≤ 300 LOC (warning, not blocking)
  • Layer dependency: lower layers NEVER import from higher layers

Agent Skills (Read Before Working)

Load the appropriate skill file based on the task:

Task Skill File
Architecture decisions, module boundaries skills/playwright-praman-sap-testing/skills-architect.md
TypeScript implementation, proxy, bridge skills/playwright-praman-sap-testing/skills-implementer.md
Test-driven development (TDD), RED-GREEN-REFACTOR skills/playwright-praman-sap-testing/skills-tdd.md
Unit/integration tests, coverage skills/playwright-praman-sap-testing/skills-tester.md
Playwright fixtures, selectors, matchers skills/playwright-praman-sap-testing/skills-playwright-expert.md
SAP UI5 controls, FLP, OData, RecordReplay skills/playwright-praman-sap-testing/skills-sap-ui5-expert.md
SAP UI5 Web Components, Shadow DOM, hybrid testing skills/playwright-praman-sap-testing/skills-sap-ui5-webcomponents-expert.md
SAP Fiori consulting, E2E scenarios, auth testing skills/playwright-praman-sap-testing/skills-sap-fiori-consultant.md
OData V2/V4 protocol, Gateway, mock strategies skills/playwright-praman-sap-testing/skills-sap-odata-expert.md
PR review, quality gates skills/playwright-praman-sap-testing/skills-reviewer.md
CI/CD, security, build, release skills/playwright-praman-sap-testing/skills-security-build.md
Team overview, collaboration model skills/playwright-praman-sap-testing/skills-team-overview.md

Read the full file on GitHub · 285 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 · 285 lines · 3,222 tokens per session scan C 4d600bc227bf

Subscribe to this mod's changes

playwright-praman copilot-instructions.md is an instructions file published in the GitHub repository mrkanitkar/playwright-praman (11 stars, last pushed yesterday), licensed Apache-2.0. It adds 3,222 tokens to every session, about $0.0161 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.