automation-best-practices

Official

Make automation reliable, fast, and maintainable.

AuthorIntuned
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a structured, battle-tested set of guidelines for building reliable and maintainable browser automation scripts with Intuned. It helps teams reduce flaky tests, improve selector resilience, optimize wait strategies, and implement robust SDK patterns.

Core Features & Use Cases

  • Selector guidance: Prefer stable, accessible selectors to reduce brittleness.
  • Waiting strategies: Replace arbitrary sleeps with deterministic waits and DOM/network settling.
  • Anti-detection & performance tips: Apply minimal anti-detection features only when necessary, and optimize for efficiency.
  • Code quality tooling: Use batched evaluations, modular patterns, and a clear review checklist to improve reliability and maintainability.
  • Use Case: A team refactors a flaky Playwright script to rely on semantic selectors, proper waits, and a lightweight auth/session approach, cutting retries by a substantial margin.

Quick Start

Ask an AI assistant to apply these best practices to your automation code. For example: "Refactor a flaky Playwright script to use stable selectors, replace waitForTimeout with conditional waits, and batch DOM extractions."

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: automation-best-practices
Download link: https://github.com/Intuned/cookbook/archive/main.zip#automation-best-practices

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository