← all publishers

pekral

@pekral source repo

63 published skills

  1. SEO · pekral
    Use when auditing, planning, or implementing SEO in a Laravel app — crawlability, indexability, JSON-LD structured data in Blade, Core Web Vitals, on-page tags, keyword mapping, competitor gap analysis, E-E-A-T content quality, and measurement.
    0
    installs
  2. Benchmark · pekral
    Use when measuring performance baselines or detecting regressions before and after a change in a Laravel app — page Core Web Vitals, API latency percentiles, build/test velocity, and DB query timing, stored as git-tracked baselines for team comparison.
    0
    installs
  3. Blueprint · pekral
    Use when a single objective is too large for one pull request and must span multiple sessions or PRs. Turns the objective into a sequenced construction plan of 3-12 one-PR steps, each with a cold-start context brief, dependency edges, and exit criteria, then reviews it adversarially and registers it as Markdown.
    0
    installs
  4. API Review · pekral bundle
    Use when reviewing HTTP API design in a PR or change set — endpoints, routes, HTTP methods, status codes, idempotency, and input validation. Treats the API as a consumer-facing contract and flags resource-orientation, method-semantics, status-code, and trust-boundary violations. Read-only.
    0
    installs
  5. Pr Summary · pekral bundle
    Use when summarizing current PR changes for the development and product team. Analyzes all commits in the current branch, explains the purpose of changes, and produces a clear human-readable report that can be posted either as a GitHub PR comment (Markdown) or as a JIRA comment (Wiki Markup).
    0
    installs
  6. Code Review · pekral bundle
    Use when senior PHP code review focused on architecture, business logic, and risk detection. Read-only.
    0
    installs
  7. Create Test · pekral
    Use when create or update tests to ensure full coverage for current changes
    0
    installs
  8. E2e Testing · pekral
    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.
    0
    installs
  9. Create Issue · pekral
    Use when create a single issue from provided text without modifying its content
    0
    installs
  10. Git Workflow · pekral
    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.
    0
    installs
  11. Design System · pekral
    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.
    0
    installs
  12. Frontend A11Y · pekral
    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.
    0
    installs
  13. Resolve Issue · pekral bundle
    Use when resolving an issue from any supported tracker (GitHub, JIRA, Bugsnag). Detects the source automatically from the provided link or ID, implements a safe fix or feature, validates with tests, and creates a pull request.
    0
    installs
  14. Skill Creator · pekral
    Use when creating a new Agent skill in this repository. Generates a SKILL.md that follows project conventions, passes skill-check validation, and updates the changelog and readme.
    0
    installs
  15. Vite Patterns · pekral
    Use when configuring or optimizing Vite (laravel-vite-plugin) asset bundling in a Laravel app — entrypoints, the @vite Blade directive, HMR, env vars, aliases, manifests, code splitting, and production builds.
    0
    installs
  16. Mysql Patterns · pekral
    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.
    0
    installs
  17. Redis Patterns · pekral
    Use when using Redis in a Laravel app — caching strategies, atomic/distributed locks, rate limiting, stampede protection, pub/sub, pipelines, and key/TTL design beyond raw query tuning.
    0
    installs
  18. Analyze Problem · pekral bundle
    Use when structured problem analysis for debugging, root cause identification, and breaking down complex issues before proposing solutions
    0
    installs
  19. Article Writing · pekral
    Use when writing articles, guides, blog posts, tutorials, newsletter issues, or other long-form content longer than a paragraph, especially when voice consistency, structure, and credibility matter. Produces polished prose in a distinctive voice derived from supplied examples or a default operator voice.
    0
    installs
  20. Composer Update · pekral bundle
    Use when analyze composer update results, detect conflicts, and summarize changelogs of updated dependencies
    0
    installs
  21. Docker Patterns · pekral
    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.
    0
    installs
  22. Frontend Slides · pekral
    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.
    0
    installs
  23. Merge Github Pr · pekral
    Use when safely merge GitHub pull requests that are ready
    0
    installs
  24. Security Review · pekral bundle
    Use when performing a focused security review for Laravel/PHP projects. Prioritize real exploitability, business logic flaws, and high-risk vulnerabilities.
    0
    installs
  25. Slack Messaging · pekral bundle
    Use when you need to send messages to a Slack channel or read recent messages from a channel via the Slack Web API
    0
    installs
  26. Test Like Human · pekral bundle
    Use when testing a pull request from a real user perspective. Follow PR testing instructions, simulate realistic scenarios, and produce a human-readable report.
    0
    installs
  27. Tester Cookbook · pekral
    Use when preparing a concise QA report for an internal tester from a JIRA task and its linked pull requests — focused on what the tester should report back to the dev team — and posting it as a JIRA comment.
    0
    installs
  28. Autonomous Loops · pekral
    Use when choosing how to run Claude Code autonomously on this project — from a single sequential pipeline to multi-agent DAG orchestration. A reference catalog of loop patterns anchored to this repo's real tooling (resolve-issue, autoresolve-oldest-github-issue, code-review-github, process-code-review, merge-github-pr, /loop), with composer build / composer skill-check as the quality gate between iterations.
    0
    installs
  29. Code Review Jira · pekral bundle
    Use when run code review for JIRA issues and publish results to GitHub PR and JIRA
    0
    installs
  30. Laravel Security · pekral bundle
    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.
    0
    installs
  31. Production Audit · pekral
    Use when asked whether a change or app is production-ready, what could break in production, or for a ship/block decision before a release — assess readiness from cheap local git, code, CI, and config evidence and return a scored verdict with specific fixes.
    0
    installs
  32. Class Refactoring · pekral
    Use when refactor PHP classes to improve structure, readability, and maintainability while preserving behavior
    0
    installs
  33. Frontend Patterns · pekral
    Use when building Livewire/Blade/Alpine UI in a Laravel app — component composition, state placement, performance, forms, and loading/empty/error states.
    0
    installs
  34. Laravel Telescope · pekral bundle
    Use when analyzing Laravel Telescope requests from URL and DB. Loads Telescope entries, matches the same request in database tables, and proposes practical optimizations.
    0
    installs
  35. Postgres Patterns · pekral
    Use when designing PostgreSQL schema features or applying advanced Postgres patterns in Laravel — GIN/BRIN/partial/covering indexes, jsonb, ON CONFLICT upserts, SKIP LOCKED queue workers, cursor pagination, RLS, and timestamptz/numeric typing — beyond the query tuning already in the SQL rules.
    0
    installs
  36. Refresh Claude Md · pekral
    Use when the project's CLAUDE.md is stale or missing and must be regenerated from the current codebase — re-detect tech stack, commands, conventions, and structure, then update CLAUDE.md while preserving every human-authored customization. Adapted from the ECC codebase-onboarding skill.
    0
    installs
  37. Code Review Github · pekral bundle
    Use when perform code review for GitHub pull requests and post findings as PR comments plus a non-technical summary to every linked issue
    0
    installs
  38. Penetration Tester · pekral
    Use when the user explicitly requests a penetration test (pentest, ethical hacking, active exploitation, red-team assessment) against an authorized in-scope target — and only then. Runs a methodology-driven offensive assessment that validates exploitability with safe proofs of concept and delivers a risk-rated remediation report. Does not run on a normal code-review, security-review, or resolve-issue pass.
    0
    installs
  39. Product Capability · pekral
    Use when a PRD or product intent is clear but the implementation constraints are not — turns a vague capability ask into an engineering-ready plan that exposes invariants, interfaces, and unresolved decisions before any code is written.
    0
    installs
  40. Rewrite Tests Pest · pekral
    Use when rewriting existing tests to Pest syntax. Preserve behavior, follow project testing conventions, reduce duplication where helpful, and verify rewritten tests are deterministic and passing.
    0
    installs
  41. Code Review Bugsnag · pekral bundle
    Use when run code review for a Bugsnag error and publish results to the linked GitHub PR and the Bugsnag error
    0
    installs
  42. Process Code Review · pekral
    Use when processing pull request code review feedback. Finds the latest PR for a task, resolves review comments, updates review status, and triggers the next review cycle.
    0
    installs
  43. Automation Audit Ops · pekral
    Use when you need an evidence-first, read-only inventory of every automation in this repo (GitHub Actions, Claude Code hooks/settings, MCP servers, composer scripts, the bundled CLI installer, the skills catalog, scheduler/cron) before changing any of them, classifying each as live, broken, or redundant and recommending keep/merge/cut/fix.
    0
    installs
  44. Mysql Problem Solver · pekral bundle
    Use when analyze real MySQL query and schema problems using code inspection, schema review, and EXPLAIN when available
    0
    installs
  45. Pr Staged Merge Plan · pekral
    Use when a large pull request should be merged and deployed in safe parts instead of all at once. Analyzes every commit in the PR, groups them into atomic logical units that each ship independently without downtime, orders the units by dependency and rollback risk, proposes squashes for a clean human-readable history, and proposes corrected subjects for vague or inaccurate commit messages. Read-only — it proposes the plan and never rewrites history, pushes, or merges.
    0
    installs
  46. Prepare Issue Context · pekral
    Use when preparing data and context before /resolve-issue, TDD, or CR runs. Loads the assignment, extracts every concrete user scenario from the task description and acceptance criteria, maps each scenario to the codebase, seeds the development database with the records needed to reproduce the bug or feature end-to-end, and reports any gap that would force the implementing agent to hallucinate.
    0
    installs
  47. Record Project Memory · pekral
    Use when a task has converged (end of resolve-issue, process-code-review, or the final orchestrator report) and a durable, reusable lesson was learned. Distils only the lessons that clear a strict promotion bar and appends them — after a dedup/supersede/prune curation pass — to the per-project compound memory file, never recording trivia, secrets, or PII.
    0
    installs
  48. Cleanup Local Branches · pekral
    Use when cleaning up local Git branches after origin pruning. Deletes local branches whose upstream was deleted on origin (marked gone) and local branches with no origin counterpart that have been inactive for more than six months, while always protecting the current branch and the default branches. Previews every deletion before running it.
    0
    installs
  49. Security Bounty Hunter · pekral
    Use when hunting for exploitable, remotely reachable vulnerabilities in a PHP/Laravel codebase for responsible disclosure or a bounty submission, not a general best-practices review. Biases toward user-controlled attack paths that pay and discards low-signal noise.
    0
    installs
  50. Create Issues From Text · pekral bundle
    Use when break down assignment into multiple structured issues
    0
    installs
  51. Test Driven Development · pekral
    Use when implementing a feature or bugfix with strict TDD. Enforce failing-test-first, minimal implementation, and safe refactoring.
    0
    installs
  52. Latency Critical Systems · pekral
    Use when working on latency-sensitive Laravel paths — realtime dashboards, streaming, queues, caches, or execution gateways — where p95 latency and data freshness matter.
    0
    installs
  53. Security Threat Analysis · pekral
    Use when analyzing a specific security threat from a referenced source (CVE, GHSA, security advisory, blog post, or write-up). Produces a human-readable remediation report with step-by-step instructions an AI agent can follow to eliminate the threat in the current project.
    0
    installs
  54. Frontend Design Direction · pekral
    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.
    0
    installs
  55. Smartest Project Addition · pekral
    Use when you want exactly one high-impact, concrete proposal for the next project addition.
    0
    installs
  56. Create Missing Tests In Pr · pekral
    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.
    0
    installs
  57. Assignment Compliance Check · pekral
    Use when checking that the pull request implementation actually fulfills the business requirements stated in the linked issue or task. Returns a plain-language markdown block that is the Functional review half of the two-part CR output (`@rules/code-review/general.mdc` Two-part CR output — Technical & Functional review): a full checklist of every extracted acceptance criterion with its status (Met / Not met / Partial / Divergent) and an explicit Goal met: Yes/No verdict, rendered on every run that has a linked tracker — including the fully affirmative report when every requirement is satisfied. No local file is created and the block is not embedded in the GitHub PR comment.
    0
    installs
  58. Benchmark Optimization Loop · pekral
    Use when a goal is vague speed ("make it faster", "reduce p95", "cut query time") and you need a bounded, measured loop that promotes only verified, correctness-preserving wins instead of guessed micro-tweaks.
    0
    installs
  59. Laravel Authorization Review · pekral bundle
    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 → query scoping → API Resource output), anchors every finding to real `php artisan route:list --json` output plus a cited `file:line`, classifies by confidence, and produces a per-route coverage map. Read-only / advise-only — never edits code.
    0
    installs
  60. Codebase Simplification Audit · pekral
    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 ownership — every subsystem inventoried, each finding independently verified, the audit itself audited. Proposes only; never edits, tests, commits, or pushes.
    0
    installs
  61. Refactor Entry Point To Action · pekral
    Use when refactoring controller, job, command, listener, or Livewire entry-point logic into a dedicated Action class while preserving behavior and response contracts.
    0
    installs
  62. Autoresolve Oldest Github Issue · pekral
    Use when autonomously resolving the oldest open GitHub issue end-to-end. Picks the oldest open issue (optionally filtered by label, default `Resolve_by_AI`), delegates resolution to `resolve-issue`, then runs `code-review-github`, `process-code-review`, and `merge-github-pr` on the resulting pull request. Stops and reports any blocker (merge conflict, failing CI, unresolved Critical/Moderate findings) instead of force-merging.
    0
    installs
  63. Understand Propose Implement Verify · pekral
    Use when following a strict problem-solving loop: understand, propose, implement, verify.
    0
    installs