원클릭으로
readonly-mode
Enable read-only mode for safety enforcement. Use when the agent or user wants to protect the project from modifications.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Enable read-only mode for safety enforcement. Use when the agent or user wants to protect the project from modifications.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | readonly-mode |
| description | Enable read-only mode for safety enforcement. Use when the agent or user wants to protect the project from modifications. |
GOAL: Activate read-only mode by creating the .gemini_readonly
marker file.
WHEN: Invoke this skill when you need to ensure no further write
operations occur in the current session or when explicitly requested by
the user.
NOTE: This skill creates a file that whitelisted hooks use to
block write-capable tools.
scripts/enable-readonly-mode.shDONEFiles created/modified:
.gemini_readonly - Marker file to enable read-only mode.Status communication: Report status of script operation.
Executes roadmaps and requests requiring project modifications with a verification-first mindset. Use when you need to perform write operations and ensure quality standards.
Executes approved roadmaps or requests with a verification-first mindset and robust troubleshooting. Use when you need to implement specific changes and provide a detailed session summary.
Investigates and creates a preparation roadmap to accomplish a task. Use when you need a detailed roadmap for a complex objective.
Critically reviews roadmaps, code, and strategies. Use when you need a technical review to identify flaws, risks, and improvements.
Enable write mode by removing the safety marker. Use when the user explicitly authorizes changes.