en un clic
file-ops
Read and write files in the workspace
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Read and write files in the workspace
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle 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: