بنقرة واحدة
bounded-tool-use
Context-efficient file and terminal usage for experiment agents
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Context-efficient file and terminal usage for experiment agents
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Discover the concrete benchmark surfaces and entrypoints required for evaluation
Enable all required experiment conditions with runnable commands
Build an ordered executable code plan for controlled experiment enablement
Normalize idea components into explicit component-disable requirements
Create and verify the experiment runtime environment
Plan ordered prepare subtasks and end with reviewer-approved handoff artifacts
| name | bounded-tool-use |
| description | Context-efficient file and terminal usage for experiment agents |
| argument-hint | |
| allowed-tools | Bash(*), Read, Edit, Write, Glob, Grep, Agent |
| license | MIT |
Keep tool observations small and high-signal so planning and reporting decisions do not waste context on whole-file or whole-log dumps.
read_json for machine-readable artifacts such as reviewer reports, planner reports, and status files.search before view when you only need a finding, metric, path, or key phrase.view only with a narrow purpose. If you do not know the exact lines yet, search first, then read the smallest useful window.rg, head, tail, jq, focused test commands, and explicit file paths.cat, recursive dumps, or commands that print entire logs when a filtered command would do.think before multi-step edits, after reviewer failures, and after surprising tool output when you need to compare hypotheses or repair strategies.think to summarize the current state before you choose the next command, task delegation, or retry.