pekral

60 mods across 1 repository, 6 stars between them.

code-review-github

25

pekral/cursor-rules

Skill Claude CodeCodex

Use when perform code review for GitHub pull requests and post findings as PR comments plus a non-technical summary to every linked issue.

6 7d ago A 31 tokens original MIT

code-review-jira

26

pekral/cursor-rules

Skill Claude CodeCodex

Use when run code review for JIRA issues and publish results to GitHub PR and JIRA.

6 7d ago A 24 tokens original MIT

code-review

27

pekral/cursor-rules

Skill Claude CodeCodex

Use when senior PHP code review focused on architecture, business logic, and risk detection. Read-only.

6 7d ago A 23 tokens original MIT

pekral/cursor-rules

Skill Claude CodeCodex

Use when the user asks for an audit of the codebase or decides to refactor a part of it, and wants the cleanest achievable answer rather than a quick opinion. Runs a coordinator-driven, read-only sweep for materially useful simplifications in data structures, state representation, control flow, algorithms, and…

6 7d ago A 100 tokens original MIT

composer-update

29

pekral/cursor-rules

Skill Claude CodeCodex

Use when analyze composer update results, detect conflicts, and summarize changelogs of updated dependencies.

6 7d ago A 21 tokens original MIT

create-issue

30

pekral/cursor-rules

Skill Claude CodeCodex

Use when create a single issue from provided text without modifying its content.

6 7d ago A 17 tokens original MIT

pekral/cursor-rules

Skill Claude CodeCodex

Reads your pull request code review, verifies that all recommended test coverage is implemented in the codebase, and adds missing tests using the create-test skill. Use when a PR review already exists and missing tests must be completed with 100% coverage for current changes.

6 7d ago A 59 tokens original MIT

create-test

33

pekral/cursor-rules

Skill Claude CodeCodex

Use when create or update tests to ensure full coverage for current changes.

6 7d ago A 16 tokens original MIT

design-system

34

pekral/cursor-rules

Skill Claude CodeCodex

Use when generating, auditing, or reviewing the visual design system of a Laravel app — Tailwind tokens, Filament theming, Blade/Livewire component consistency, and visual-polish audits.

6 7d ago A 42 tokens original MIT

docker-patterns

35

pekral/cursor-rules

Skill Claude CodeCodex

Use when writing or reviewing Docker and docker-compose setups for a Laravel application — multi-stage PHP-FPM images, services (nginx, MySQL, Redis, queue worker, scheduler, Vite build), healthchecks, secrets, and image hardening.

6 7d ago A 55 tokens original MIT

e2e-testing

36

pekral/cursor-rules

Skill Claude CodeCodex

Use when writing or stabilizing Playwright end-to-end browser tests against a Laravel app — but only when the project already has Playwright; otherwise defer to manual testing or Pest/Dusk.

6 7d ago A 43 tokens original MIT

frontend-a11y

37

pekral/cursor-rules

Skill Claude CodeCodex

Use when building or reviewing accessible UI in a Laravel app — semantic Blade markup, accessible forms, keyboard navigation with Alpine, focus and live-region management for Livewire updates, contrast, and Filament accessibility.

6 7d ago A 46 tokens original MIT

pekral/cursor-rules

Skill Claude CodeCodex

Use when the work is not just making UI function but making it feel purposeful and polished — choosing a deliberate design direction for a Laravel/Blade/Livewire/Filament interface.

6 7d ago A 40 tokens original MIT

frontend-patterns

39

pekral/cursor-rules

Skill Claude CodeCodex

Use when building Livewire/Blade/Alpine UI in a Laravel app — component composition, state placement, performance, forms, and loading/empty/error states.

6 7d ago A 37 tokens original MIT

frontend-slides

40

pekral/cursor-rules

Skill Claude CodeCodex

Use when building standalone HTML/CSS/JS presentation slide decks — self-contained single-file decks with viewport-fit layout, keyboard navigation, and browser Print-to-PDF export.

6 7d ago A 38 tokens original MIT

git-workflow

41

pekral/cursor-rules

Skill Claude CodeCodex

Use when choosing a Git branching strategy or handling merge vs rebase, conflicts, stashing, undoing mistakes, and release tagging — complementing the commit/PR conventions in the git rules.

6 7d ago A 43 tokens original MIT

pekral/cursor-rules

Skill Claude CodeCodex

Use when reviewing authorization / access control in a Laravel project — find IDOR / broken object-level authorization (BOLA), audit which routes are unprotected, check policy / gate coverage, or sanity-check a new endpoint in a PR. Walks the authorization chain of every HTTP route (middleware → authorize/policy/gate…

6 7d ago A 124 tokens original MIT

laravel-security

43

pekral/cursor-rules

Skill Claude CodeCodex

Use when building, configuring, or hardening security-sensitive Laravel features — authentication, authorization, Eloquent safety, CSRF/XSS, API security, file uploads, secrets, and production configuration. Provides condensed, copy-ready secure defaults for Laravel 11 / PHP 8.3.

6 7d ago A 61 tokens original MIT

laravel-telescope

44

pekral/cursor-rules

Skill Claude CodeCodex

Use when analyzing Laravel Telescope requests from URL and DB. Loads Telescope entries, matches the same request in database tables, and proposes practical optimizations.

6 7d ago A 34 tokens original MIT

pekral/cursor-rules

Skill Claude CodeCodex

Use when working on latency-sensitive Laravel paths — realtime dashboards, streaming, queues, caches, or execution gateways — where p95 latency and data freshness matter.

6 7d ago A 37 tokens original MIT

mysql-patterns

47

pekral/cursor-rules

Skill Claude CodeCodex

Use when designing MySQL schema features or applying advanced MySQL patterns in Laravel — upserts, JSON columns, full-text search, partitioning, replication/read-write splitting, and deadlock handling — beyond the query tuning already in the SQL rules.

6 7d ago A 53 tokens original MIT

pekral/cursor-rules

Skill Claude CodeCodex

Use when analyze real MySQL query and schema problems using code inspection, schema review, and EXPLAIN when available.

6 7d ago A 29 tokens original MIT