基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ptreezh/sscisubagent-skills --skill performing-axial-coding命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | performing-axial-coding |
| description | 执行扎根理论的轴心编码过程,包括范畴识别、属性维度分析、关系建立和Paradigm构建。当需要将开放编码的结果整合为系统性的范畴体系,建立概念间的逻辑关系时使用此技能。 |
专门用于扎根理论研究的轴心编码阶段,将开放编码产生的概念整合为系统性的范畴体系,并建立范畴间的逻辑关系。
当用户提到以下需求时,使用此技能:
# 1. 范畴识别(从开放编码结果)
python scripts/identify_categories.py --input codes.json --output categories.json
# 2. 属性分析(可选)
python scripts/analyze_properties.py --input categories.json --output properties.json
# 3. 关系建立
python scripts/build_relationships.py --input categories.json --output relationships.json
# 4. Paradigm构建
python scripts/construct_paradigm.py --input relationships.json --output paradigm.json
使用工具自动聚类:
python scripts/identify_categories.py --input codes.json --output categories.json
定性精炼:
详见:references/category-examples.md
使用工具分析属性:
python scripts/analyze_properties.py --input categories.json --output properties.json
定性分析:
详见:references/paradigm-theory.md - 属性维度理论
使用工具识别关系:
python scripts/build_relationships.py --input categories.json --output relationships.json
关系类型:
定性判断:
详见:references/relationship-types.md - 关系类型详解
使用工具构建模型:
python scripts/construct_paradigm.py --input relationships.json --output paradigm.json
Paradigm组件:
定性整合:
详见:references/paradigm-theory.md - Paradigm模型详解
统一的三层JSON格式:
{
"summary": {
"total_categories": 8,
"core_categories": 3,
"total_relations": 12,
"paradigm_completeness": 0.85
},
"details": {
"categories": [...],
"relationships": [...],
"paradigm": {...}
}
}
在完成轴心编码后,请检查以下项目:
快速诊断:
identify_categories.py 增加聚类数references/troubleshooting.mdbuild_relationships.py 查看证据计数construct_paradigm.py 检查完整度references/paradigm-theory.md - Strauss模型详解references/category-examples.md - 完整构建过程references/relationship-types.md - 四种关系详解references/troubleshooting.md - 问题诊断完成轴心编码后应该产出:
此技能为中文扎根理论研究的轴心编码阶段提供完整指导,确保从概念到范畴的科学转化和理论建构。