·pest

Pest framework syntax reference

12Installs·1Trend·@markhamsquareventures

Installation

$npx skills add https://github.com/markhamsquareventures/essentials --skill pest

SKILL.md

it('returns all', function () { $response = $this->postJson('/api/docs', []); $response->assertSuccessful(); });

it('has emails', function (string $email) { expect($email)->not->toBeEmpty(); })->with([ 'james' => 'james@laravel.com', 'taylor' => 'taylor@laravel.com', ]);

Pest framework syntax reference Source: markhamsquareventures/essentials.

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/markhamsquareventures/essentials --skill pest Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/markhamsquareventures/essentials --skill pest
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is pest?

Pest framework syntax reference Source: markhamsquareventures/essentials.

How do I install pest?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/markhamsquareventures/essentials --skill pest Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/markhamsquareventures/essentials

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01