一键导入
instinct-status
Show all learned instincts with their confidence levels
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Show all learned instincts with their confidence levels
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Scan project, then generate or reconcile .primeignore patterns for smarter /prime loading
Run WCAG accessibility audits on frontend projects. Checks HTML semantics, ARIA usage, color contrast, and keyboard navigation patterns.
Generate OpenAPI specs from code, validate API contracts, and check for breaking changes between versions.
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
Incrementally fix TypeScript and build errors one at a time with verification. Invokes the build-error-resolver agent.
Create or verify a checkpoint in your workflow
| name | instinct-status |
| description | Show all learned instincts with their confidence levels |
Shows all learned instincts with their confidence scores, grouped by domain.
Run the instinct CLI using the plugin root path:
python3 "${CLAUDE_PLUGIN_ROOT}/skills/continuous-learning-v2/scripts/instinct-cli.py" status
Or if CLAUDE_PLUGIN_ROOT is not set (manual installation), use:
python3 ~/.claude/skills/continuous-learning-v2/scripts/instinct-cli.py status
/instinct-status
/instinct-status --domain code-style
/instinct-status --low-confidence
~/.claude/homunculus/instincts/personal/~/.claude/homunculus/instincts/inherited/Instinct Status
==================
## Code Style (4 instincts)
### prefer-functional-style
Trigger: when writing new functions
Action: Use functional patterns over classes
Confidence: 80%
Source: session-observation | Last updated: 2025-01-22
### use-path-aliases
Trigger: when importing modules
Action: Use @/ path aliases instead of relative imports
Confidence: 60%
Source: repo-analysis (github.com/acme/webapp)
## Testing (2 instincts)
### test-first-workflow
Trigger: when adding new functionality
Action: Write test first, then implementation
Confidence: 90%
Source: session-observation
## Workflow (3 instincts)
### grep-before-edit
Trigger: when modifying code
Action: Search with Grep, confirm with Read, then Edit
Confidence: 70%
Source: session-observation
---
Total: 9 instincts (4 personal, 5 inherited)
Observer: Running (last analysis: 5 min ago)
--domain <name>: Filter by domain (code-style, testing, git, etc.)--low-confidence: Show only instincts with confidence < 0.5--high-confidence: Show only instincts with confidence >= 0.7--source <type>: Filter by source (session-observation, repo-analysis, inherited)--json: Output as JSON for programmatic use