Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions plugins/engineering-playbook/skills/code-review/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
---
name: code-review
description: >-
Performs strict software code reviews for diffs, pull requests, branches, or
working trees. Use when asked to review code, find bugs, assess tests, enforce
coding standards, or catch Laravel delivery-layer boundary violations.
description: Reviews software changes and reports actionable defects. Use for an explicit code-review request.
---

# Code Review
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
---
name: coding-standards
description: >-
Apply reusable coding standards while implementing, refactoring, reviewing, or
explaining software changes. Use when the user asks to follow project-wide
engineering conventions, enforce coding style, improve maintainability, add
tests, or keep behavior consistent across repositories.
description: Defines shared implementation and review standards loaded by the development and code-review workflows.
---

# Coding Standards
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
---
name: creating-skills
description: >-
Creates, edits, and maintains agent skills and their referenced resources.
Use when creating a new skill, editing SKILL.md, changing skill frontmatter,
or modifying files referenced by a skill such as references, scripts, or
assets.
description: Defines skill-authoring guidance loaded by development before skill or skill-resource changes.
---

## Source
Expand Down
4 changes: 1 addition & 3 deletions plugins/engineering-playbook/skills/development/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
name: development
description: >-
Implement code changes from a user request or GitHub issue. Use when the user
asks an agent to build, fix, refactor, or develop a ticket, feature, or issue.
description: Implements software changes from a request or GitHub issue. Use when asked to change code or repository files.
---

# Development
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
---
name: laravel-standards
description: >-
Coding standards for a Laravel application in a repository that may contain
multiple applications. Use when the agent is modifying or reviewing
code changes inside the Laravel application codebase.
description: Defines Laravel delivery and composition rules loaded by development and code-review for Laravel changes.
---

# Laravel Standards
Expand Down
5 changes: 1 addition & 4 deletions plugins/engineering-playbook/skills/pull-request/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
---
name: pull-request
description: >-
Writes and creates small GitHub pull requests with Conventional Commit titles,
concise descriptions, and issue-closing references. Use when opening,
drafting, publishing, or preparing a pull request.
description: Creates concise GitHub pull requests with Conventional Commit titles and issue-closing references. Use when asked to open a pull request.
---

# Pull Request
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
---
name: ticket-planning
description: >-
Draft concise GitHub issue plans in simple English before issue creation,
including blocker checks against open GitHub issues. Use when the user asks to
plan, write, shape, or prepare a ticket, issue, backlog item, feature request,
bug task, or implementation plan.
description: Drafts concise GitHub issues and checks blockers before creation. Use when asked to plan a GitHub issue.
---

# Ticket Planning
Expand Down