بنقرة واحدة
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