Skip to content

remove(me): delete pickup skill - #577

Merged
baleen37 merged 3 commits into
mainfrom
remove/pickup-skill
Mar 26, 2026
Merged

remove(me): delete pickup skill#577
baleen37 merged 3 commits into
mainfrom
remove/pickup-skill

Conversation

@baleen37

@baleen37 baleen37 commented Mar 26, 2026

Copy link
Copy Markdown
Owner

Summary

pickup 스킬 디렉토리(plugins/me/skills/pickup/) 제거.

Changes

  • plugins/me/skills/pickup/SKILL.md 삭제

Tests

변경 없음 — 파일 삭제만 포함.

Summary by CodeRabbit

  • Removed Features
    • Removed the pickup skill, which previously provided functionality for resuming work from a saved handoff point.

Test User added 3 commits March 26, 2026 10:55
…provement

Skill for improving a file (prompt, config, template) toward reference
quality through repeated single-change A/B testing. Each iteration makes
exactly one change, tests it against reference examples via parallel
generation + judge evaluation, and adopts only what works.

Key design decisions:
- One change per iteration (bundled changes hide what helped/hurt)
- Dynamic next-change based on judge feedback (not pre-planned list)
- Same inputs every iteration for valid comparison
- Adopt on TIE (change that doesn't hurt is worth keeping)
- Stop after 2+ consecutive rejections (rethink approach)
Replace eval-specific iterative-eval with a general-purpose iterate
skill. Works for any incremental improvement: prompts, code, configs,
docs — anything where you can verify whether a change helped.

Key design:
- One change per iteration (clear signal)
- Pluggable verification (test, build, judge, user, metric, composite)
- Feedback-driven next change (not pre-planned)
- Stop on 2+ consecutive rejections

BREAKING CHANGE: removes iterative-eval skill
Removing the pickup skill as it is no longer needed.
@baleen37
baleen37 enabled auto-merge (squash) March 26, 2026 01:56
@coderabbitai

coderabbitai Bot commented Mar 26, 2026

Copy link
Copy Markdown

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: dde2fafc-42d5-4401-9999-62bd2b20b9a3

📥 Commits

Reviewing files that changed from the base of the PR and between f4b88d2 and 4abae47.

📒 Files selected for processing (1)
  • plugins/me/skills/pickup/SKILL.md

📝 Walkthrough

Walkthrough

The pickup skill documentation file was completely removed from the repository. This file previously contained the skill definition, metadata, and step-by-step control flow for handling work continuation scenarios.

Changes

Cohort / File(s) Summary
Skill Documentation Deletion
plugins/me/skills/pickup/SKILL.md
Removed complete pickup skill definition including frontmatter metadata and all documented control flow steps for handoff management and context loading.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A skill once held, now laid to rest,
The pickup dance has done its best,
No more handoffs to pursue,
But farewell, old friend, we bid adieu! 📦✨

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch remove/pickup-skill

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.

@baleen37
baleen37 merged commit f76e1bc into main Mar 26, 2026
4 of 5 checks passed
@baleen37
baleen37 deleted the remove/pickup-skill branch March 26, 2026 01:56
baleen-release-app Bot pushed a commit that referenced this pull request Mar 26, 2026
# [14.0.0](v13.0.1...v14.0.0) (2026-03-26)

### remove

* **me:** delete pickup skill ([#577](#577)) ([f76e1bc](f76e1bc))

### BREAKING CHANGES

* **me:** removes iterative-eval skill

* remove(me): delete pickup skill

Removing the pickup skill as it is no longer needed.
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