بنقرة واحدة
file-ops
Read and write files in the workspace
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Read and write files in the workspace
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Review pull requests for code quality, security, and correctness
Review pull requests for code quality, security, and correctness
End-to-end shipping workflow — tests, PR creation, review request. Unified pr-create + pr-complete.
Periodic cross-agent learning consolidation — review what worked, what didn't, propagate insights
Break down complex problems through structured analytical frameworks
Persist and recall context across sessions — critical for continuity
| name | file-ops |
| version | 1.0.0 |
| description | Read and write files in the workspace |
| uses | [] |
| requires | {"tools":[],"env":[]} |
| security | {"risk_level":"write","capabilities":["file:read","file:write"],"requires_approval":false} |
Read and write files within the workspace. This is a foundational skill that all agents use to interact with the file system.
This is a builtin skill (handler: type: builtin). When read_file or write_file is invoked, the executor performs the file I/O operation directly. Paths are resolved relative to the workspace root. The tool schema in tool.yaml defines the external contract; the executor handles the operations directly.
Before reading, verify:
Before writing, verify:
## File Operation
### Read
- Path: [file path]
- Size: [bytes]
- Content: [file content or summary]
### Write
- Path: [file path]
- Bytes written: [count]
- Created directories: [yes/no]
A file operation is complete when: