ワンクリックで
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: