Skip to content

feat(me): add lifecycle skills - #650

Merged
baleen37 merged 1 commit into
mainfrom
testsetes
May 12, 2026
Merged

feat(me): add lifecycle skills#650
baleen37 merged 1 commit into
mainfrom
testsetes

Conversation

@baleen37

@baleen37 baleen37 commented May 12, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add explicit /build, /test, and /review lifecycle skills for the me plugin.
  • Keep /ship as the existing explicit fan-out launch workflow and add lifecycle tests for all four skills.
  • Document the new skills and allow plugins/*/skills/build/SKILL.md through the root build/ ignore rule.

Tests

  • bats tests/me/me-specific.bats
  • bats tests/frontmatter_tests.bats
  • bun run test
  • bun run check:codex

Summary by CodeRabbit

  • New Features

    • Added /build skill with explicit incremental implementation workflow (scope clarification, code inspection, minimal tests, verification).
    • Added /test skill for discovering, adding, and running focused test suites with subagent coordination.
    • Added /review skill with structured checklist (correctness, security, coverage, maintainability, architecture, performance) and parallel subagent dispatch.
  • Documentation

    • Updated lifecycle workflow documentation with explicit Build and Verify subsections.
  • Tests

    • Enhanced verification tests for skill definitions and frontmatter validation.

Review Change Stack

@baleen37
baleen37 enabled auto-merge (squash) May 12, 2026 05:15
@coderabbitai

coderabbitai Bot commented May 12, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 6fa0fb6f-2a83-4387-894a-a090b4c1a9e3

📥 Commits

Reviewing files that changed from the base of the PR and between b11f0db and a28fb84.

📒 Files selected for processing (6)
  • .gitignore
  • plugins/me/README.md
  • plugins/me/skills/build/SKILL.md
  • plugins/me/skills/review/SKILL.md
  • plugins/me/skills/test/SKILL.md
  • tests/me/me-specific.bats

📝 Walkthrough

Walkthrough

This PR introduces three new workflow skills (/build, /test, /review) to the "me" plugin. The /build and /test skills guide incremental implementation and testing, the /review skill structures multi-axis code review with parallel subagents, and the lifecycle documentation and test suite are updated to reflect the complete four-skill workflow.

Changes

Lifecycle Skills Implementation

Layer / File(s) Summary
Lifecycle documentation
plugins/me/README.md
README now documents the expanded lifecycle with explicit Build subsection (build, setup, git-workflow-and-versioning, deprecation-and-migration), Test step under Verify, and new Review subsection delegating to specialist subagents.
Build workflow skill
plugins/me/skills/build/SKILL.md
The /build skill defines a user-invoked incremental implementation process with scope clarification, code inspection, minimal test addition, focused verification, optional subagent dispatch, and risk reporting.
Test workflow skill
plugins/me/skills/test/SKILL.md
The /test skill specifies test discovery, focused test coverage addition, failure reproduction, appropriately scoped test execution, and coordination with test-engineer and optional security/code-review subagents.
Review workflow skill
plugins/me/skills/review/SKILL.md
The /review skill establishes a prioritized review checklist (correctness, security, test coverage, maintainability, architecture, performance), step-by-step evaluation workflow, parallel subagent dispatch instructions, and a structured final report template with verdicts, blocking/non-blocking items, and verification details.
Build directory ignore rules
.gitignore
Plugin skill build directories are now ignored, with explicit negation to preserve SKILL.md files within those directories.
Lifecycle skill validation tests
tests/me/me-specific.bats
Generalized loop-based tests verify all four lifecycle skills (build, test, review, ship) exist and contain required frontmatter, replacing the prior single-skill focus.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Possibly related PRs

  • baleen37/bstack#607: Both PRs modify the "me" plugin's lifecycle skills and its tests (notably tests/me/me-specific.bats).
  • baleen37/bstack#640: Both PRs add/modify SKILL.md files under plugins/me/skills and update the same tests/me/me-specific.bats test file.
  • baleen37/bstack#618: Both PRs add new workflow skills under plugins/me/skills and update me-specific Bats tests to validate those SKILL.md files.

Poem

🐰 Three skills now bloom in the me plugin's care,
Building, testing, reviewing with flair!
The rabbit hops 'round with a test-driven cheer,
Ensuring all workflows are crystal clear. ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'feat(me): add lifecycle skills' accurately and concisely describes the main change: adding lifecycle skills to the me plugin.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch testsetes

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

auto-merge was automatically disabled May 12, 2026 05:15

Repository rule violations found

@baleen37
baleen37 merged commit 1e40fe3 into main May 12, 2026
5 checks passed
@baleen37
baleen37 deleted the testsetes branch May 12, 2026 05:16
baleen-release-app Bot pushed a commit that referenced this pull request May 12, 2026
# [17.7.0](v17.6.0...v17.7.0) (2026-05-12)

### Features

* **me:** add lifecycle skills ([#650](#650)) ([1e40fe3](1e40fe3))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant