Resume Experiment
技能 已验证 活跃Resume a paused experiment. Checkout the experiment branch, read results history, continue iterating.
To efficiently resume and continue paused development experiments, saving users time by automatically loading context and prompting for the next steps.
功能
- Resumes paused experiments
- Checks out experiment branches
- Reads results history
- Summarizes experiment state
- Prompts for next action
使用场景
- Continuing a long-running research experiment
- Picking up work on a specific feature branch after a break
- Reviewing past iterations of an experiment before proceeding
非目标
- Starting new experiments from scratch
- Automatically deciding the next iteration step
- Managing unrelated Git branches
工作流
- List experiments (if no specific experiment provided)
- User selects an experiment
- Checkout the experiment branch
- Read configuration, strategy, and results history
- Read recent Git log
- Summarize current experiment state
- Prompt user for next action (e.g., single iteration, loop, review)
实践
- Workflow management
- Git operations
- Experiment tracking
先决条件
- Git installed and configured
- Python 3 installed
- Experiments stored in .autoresearch/ directory structure
安装
请先添加 Marketplace
/plugin marketplace add alirezarezvani/claude-skills/plugin install autoresearch-agent@claude-code-skills质量评分
已验证类似扩展
Claude Handoff
100运行 /handoff 以捕获会话数据,然后编写一个引用该数据的分阶段实施计划。创建用于跟踪的 beads。
Unslop Review
100重写代码审查意见,使其听起来像人类同事所写。消除 "I noticed...", "I was wondering if perhaps...", "It might be worth considering..." 这类企业AI的套话。每条评论都直截了当:地点、问题、具体修复方案。用于用户说“人性化审查”、“减少PR评论中的废话”、“让反馈听起来更人性化”、“审查此PR”、“代码审查”、“/review”、“/unslop-review”时。在审查PR时自动触发。
Create Pull Request
99Create and manage pull requests using GitHub CLI. Covers branch preparation, writing PR titles and descriptions, creating PRs, handling review feedback, and merge/cleanup workflows. Use when proposing changes from a feature or fix branch for review, merging completed work into the main branch, requesting code review from collaborators, or documenting the purpose and scope of a set of changes.
Git Commit
99Create a git commit with a good message. Use when the user says "commit", "save changes", "commit this", or asks to create a commit after making code changes.
Review Pull Request
100Review a pull request end-to-end using GitHub CLI. Covers diff analysis, commit history review, CI/CD check verification, severity-leveled feedback (blocking/suggestion/nit/praise), and gh pr review submission. Use when a pull request is assigned for review, performing a self-review before requesting others' input, conducting a second review after feedback is addressed, or auditing a merged PR for post-merge quality assessment.
Oh My Claudecode
100Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly