一键导入
improving-jarvis
Use when identifying opportunities to improve the Jarvis system, adding patterns, creating skills, or updating rules based on repeated guidance.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when identifying opportunities to improve the Jarvis system, adding patterns, creating skills, or updating rules based on repeated guidance.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when working with git operations including commits, branches, worktrees, and PRs. Covers the full git workflow from feature isolation to PR submission.
Complete PR submission pipeline with local sub-agent review before pushing, CI verification, and automated review integration. Always dispatches code-reviewer and code-simplifier for code changes, plus conditional reviewers (security, performance, dependency, accessibility, i18n, type-design, etc.) based on change type. Waits for CI with `gh pr checks --watch`. Integrates CodeRabbit and Greptile feedback.
GitHub CLI patterns for PR reviews, comments, and API operations. Use when working with gh api commands, especially for review threads and comments.
Use when following a written plan or task list. Checkpoint verification at each step. Triggers - execute plan, follow plan, implement plan, next step, continue, proceed.
Use for parallel branch development with workspace isolation.
Use when implementing analytics, event tracking, or setting up dashboards. Covers privacy-first tracking, event patterns, and common analytics tools.
| name | improving-jarvis |
| description | Use when identifying opportunities to improve the Jarvis system, adding patterns, creating skills, or updating rules based on repeated guidance. |
Jarvis improves through captured patterns, new skills, and refined rules. This skill guides when and how to enhance the system.
Automatic triggers:
Ask user: "This [pattern/workaround] seems reusable. Should I capture it?"
When: Reusable solution discovered Action:
When: Complex workflow needs guidance Action:
When: Behavior needs consistency Action:
When: Automation should apply to all events Action:
When: Project conventions change Action:
Create component following guide
|
v
Run component-specific tests
|
v
Monitor for 3 sessions
|
v
Issues found? --> Fix and retest
|
v (no issues)
Mark as stable
Auto-rollback if:
Rollback process:
Before marking improvement complete:
Log improvements in .claude/improvements.log:
YYYY-MM-DD | TYPE | NAME | REASON
2025-01-04 | skill | git-expert | Repeated git guidance
2025-01-04 | pattern | optimistic-updates | Discovered in feature work
| Mistake | Fix |
|---|---|
| Improve without testing | Run validation process |
| Skip user approval | Always confirm significant changes |
| Forget skill-rules.json | Update triggers for new skills |
| Too aggressive rollout | Monitor for 3 sessions first |
| No documentation | Log all improvements |
| Ignore false positives | Track and maintain < 10% rate |