一键导入
self-improvement
Meta-cognitive improvement loop: reflect on errors, learn patterns, codify guardrails. The skill that rewrites skills. Always loaded.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Meta-cognitive improvement loop: reflect on errors, learn patterns, codify guardrails. The skill that rewrites skills. Always loaded.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Smart commit with Conventional Commits: groups logical changes, infers type + scope from file paths, and generates messages in `<type>(<scope>): <description>` format.
Iterative quality gate hardening loop — run the gate, parse failures, fix each failing category with a fresh-context delegate, re-run until all gates pass or diminishing returns are hit.
Relentless quality loop: alternate between a fresh-context implementer and a fresh-context reviewer until only diminishing-return issues remain. The reviewer is advisory-only (no state changes). The implementer starts fresh each cycle, unanchored from prior attempts. Terminates when max severity ≤ 3 for two consecutive cycles or the severity trend is flat.
Compact the current conversation into a handoff document for a fresh agent to pick up next session. Includes current phase, workspace state, memory state, and suggested skills.
Investigate a question against primary sources (official docs, arXiv papers, Semantic Scholar, source code, specs, first-party APIs) using the web_search tool. Writes structured findings as a Markdown file. Use when the user wants a topic researched, docs gathered, API facts investigated, or reading legwork delegated. Maps to P1 Explore phase.
Contract-first API design: schema-first (OpenAPI/gRPC/GraphQL), backward compatibility, consistent error responses, idempotency, cursor pagination, versioning. Use when designing or evolving an HTTP, gRPC, or GraphQL API.
基于 SOC 职业分类
| name | self-improvement |
| description | Meta-cognitive improvement loop: reflect on errors, learn patterns, codify guardrails. The skill that rewrites skills. Always loaded. |
Leading word: OODA — the loop (Observe, Orient, Decide, Act) is the engine of improvement. Every error cycles through it. Every session starts by recalling past lessons. Every error is fuel. The goal: fail differently next time.
workspace_memory_record to save the lesson.workspace_memory_search tags="self-improvement" at session start to surface past lessons. Read the last handoff from /tmp/ if one exists.handoff skill to create a bridge document for the next agent. Include what you learned, not just what you did.research skill during P1 to investigate primary sources. Add findings to .lemonharness/research/./improvement:reflect forces structured self-reflection.Session start → read handoff (if exists) → recall memory → P1 Explore (research unknowns)
→ P2 Implement → P3 Validate → P4 Reserve (write handoff, snapshot) → Session end
Full reference: .pi/skills/self-improvement/reference.md