๐Ÿงฉ
AutomationPython

Common Tasks

by idavidov13

Common Tasks is an Automation skill for Claude Code, published by idavidov13 in agentic-playwright.

162 stars46 forkson idavidov13/agentic-playwrightAdded 2026/09/08Repository updated 2026/09/03
agenticaiapi-testingclaude-codecursore2egithub-copilotplaywrighttest-automationtestingtypescript
Install in seconds
Install Common Tasks
Copy Common Tasks into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/idavidov13/agentic-playwright/tree/main/.claude/skills/common-tasks ~/.claude/skills/common-tasks

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/idavidov13/agentic-playwright.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/common-tasks/SKILL.md in idavidov13/agentic-playwright
Installs to
~/.claude/skills/common-tasks
Collection
One of 18 skills cataloged from this repository
Category
Automation โ€” 2226 skills

What Common Tasks does

Common Tasks provides copy-paste prompt templates for common Playwright scaffold work like page objects, tests, schemas, factories, fixtures, and components. Use it when bootstrapping a new artifact or asking for a standardized starting prompt.

Common Tasks is cataloged under Automation on DirSkills. Common Tasks comes from a repository tagged agentic, ai, api-testing, claude-code and cursor.

Documentation

README

AI Prompt Templates for Agentic Playwright

Codegen sub-router. Owns prompt templates per artifact type and the post-generation verification checklist. Plugs into ai-native-workflow Phase 2 (Route) for codegen intents.

For the 8-phase workflow see ai-native-workflow/SKILL.md. For worked examples and troubleshooting see this skill's references/.

Critical

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Common Tasks

  • What else does idavidov13 publish alongside Common Tasks?

    Common Tasks is one of 18 skills that DirSkills catalogs from idavidov13/agentic-playwright, the repository it ships in. Its siblings there include AI-Native Workflow, API Testing and Config. Each one is a separate skill with its own page in this directory, installs the same way Common Tasks does, and is maintained by idavidov13 in that same repository. The rest of the collection is listed on the idavidov13/agentic-playwright page.

  • How does Common Tasks compare to other Automation skills?

    Common Tasks ranks #2076 by stars among the 2226 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Common Tasks against them. Open each page to compare what they document and how they install.

More from idavidov13/agentic-playwright

Common Tasks is one of 18 skills cataloged on DirSkills from idavidov13/agentic-playwright.

See all 18 skills โ†’
๐Ÿงญ
1h ago

AI-Native Workflow

AI-Native Workflow routes non-trivial Playwright tasks to the right specialized skill and defines the 8-phase process for exploring, planning, gating, applying, and verifying changes. Use it when starting an AI-assisted task, choosing a skill, or coordinating a multi-step change.
AI Engineering
16246
๐Ÿงช
1h ago

API Testing

API Testing covers Playwright patterns for API specs, including apiRequest usage, Zod response validation, multi-call test.step wrapping, and negative testing for request bodies and path parameters. Use it when adding or updating endpoint tests or comparing documented contracts with API behavior.
Quality
16246
โš™๏ธ
1h ago

Config

Config defines the environment variable conventions for the Playwright scaffold, including env file layout, dotenv loading, and where app and utility URLs belong. Use it when adding env-driven settings, credentials, or config properties consumed by tests and fixtures.
DevOps
16246
๐Ÿ—‚๏ธ
1h ago

Data Strategy

Data Strategy defines how to choose between Faker factories, static TypeScript datasets, and inline values for Playwright tests. Use it when creating test data, adding invalid-value sets, or deciding where a value should live.
Quality
16246
๐Ÿž
1h ago

Debugging

Debugging helps you investigate Playwright test failures by reading error messages, classifying timeout and locator issues, and choosing the right tool to replay the problem. Use it when a test flakes, fails in CI, or needs local reproduction from traces and reports.
Quality
16246
๐Ÿงฉ
1h ago

Enums

Enums defines TypeScript enum conventions for the Playwright scaffold, including naming, file placement, and when to add or extend enums. Use it for repeated app strings like routes, messages, roles, and storage paths.
Quality
16246