一键导入
file-ops
Advanced file operations and navigation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Advanced file operations and navigation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Answer questions using PSKA MCP retrieval tools with citations, gaps, and no unsupported claims.
Execute PSKA digest jobs with claim-first knowledge extraction, grounded digest notes, and reviewable memory/action/relationship candidates.
Execute PSKA extraction jobs by using PSKA MCP tools, preserving ACLs, source refs, review boundaries, and JSON-compatible candidate outputs.
Help review PSKA candidates without applying changes unless PSKA review tools and approvals permit it.
Guide for using GraphRAG knowledge graph tools to search and query entities and relationships. Use this SKILL for knowledge retrieval tasks like "search for X", "find entities about Y", "what is X". This SKILL is NOT for programming, implementation, or code writing tasks. GraphRAG知识图谱工具使用指南,用于知识检索和实体查询。适用于"搜索"、"查询"、"查找"等任务,不适用于编程实现任务。
Automated code review and quality analysis
| name | file_ops |
| description | Advanced file operations and navigation |
| version | 1.0.0 |
| tags | ["files","filesystem","operations"] |
| dependencies | [] |
Advanced file operations and navigation capabilities for efficient codebase management.
Use this skill when you need to:
This skill uses the file operation tools (read_file, write_file, edit_file, exec) to:
When working with files:
grep -r "pattern" src/
find . -name "*.txt" -exec mv {} {}.bak \;
find . -type f -size +1M