원클릭으로
research-framework
Pre-edit investigation workflow for understanding code and behavior before changes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Pre-edit investigation workflow for understanding code and behavior before changes.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
This skill should be used when the user asks to "plan a blog post", "research for blog", "draft a blog post", "critique a draft", "deformulize a post", "commit blog changes", "editorial review", "voice check", "style check", "audit blog", "content audit", "audit series", or "audit drafts".
This skill should be used when the user asks to "commit code", "review code", "fix lint/type error", "improve performance", "compare code", "shrink code", "generate spec from code", "investigate code", or "create handoff prompt".
This skill should be used when the user asks to "create documentation", "build docs", "review docs", "compare documents", "compress docs", "adversarial review docs", or "commit docs".
Unified identify-verify-stage-commit logic reused by other skills.
Semantic comparison workflow for validating equivalence between artifacts.
Validation-driven compression workflow that requires semantic comparison before approval.
| name | research-framework |
| description | Pre-edit investigation workflow for understanding code and behavior before changes. |
Mandatory investigation before proposing or implementing changes.
--chain)/code researchfile:line evidence## Research: {scope}
### Files Examined
- {file:line — role}
### Current Behavior
{2-3 sentences}
### Dependencies
- {upstream}: {how it feeds in}
- {downstream}: {what depends on it}
### Test Coverage
- {test file}: {coverage}
- **Gaps**: {untested paths}
### Risk Assessment
- {what could break}