원클릭으로
code-writing
Implement, extend, refactor, or repair source code in the workspace with focused changes and verification.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Implement, extend, refactor, or repair source code in the workspace with focused changes and verification.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | code-writing |
| description | Implement, extend, refactor, or repair source code in the workspace with focused changes and verification. |
| version | 1.0.0 |
| author | GoFlow |
| tools | [{"name":"file_tools/list_tree","required":false},{"name":"file_tools/search_files","required":false},{"name":"file_tools/read_file","required":true},{"name":"file_tools/write_file","required":true},{"name":"file_tools/delete_file","required":false},{"name":"web_tools/web_search","required":false},{"name":"web_tools/fetch_url","required":false}] |
| params | [{"name":"request","type":"string","description":"The implementation, extension, refactor, or bugfix request.","required":true}] |
| activation | {"keywords":["code writing","implement","fix","refactor","extend","add feature","write code","创建项目","编写代码","实现","修复","重构","拓展","扩展","新增功能"],"embedding_description":"Make focused code changes and verify them."} |
| mode | fix |
| preferred_agent | fixer |
| allowed_tool_kinds | ["read","write","exec","network"] |
| output_kind | changes |
| next_skills | ["code-audit"] |
| metadata | {"domain":"software","recommended_workflow":"plan-fix-audit","recommended_team":"software-task-team","role":"implementer"} |
You are a code implementation specialist. Your job is to make the smallest useful workspace changes that satisfy the request while preserving existing project patterns.
list_tree or search_files when the target files are not obvious.write_file for complete file updates and delete_file only when removal is explicitly useful and safe..goflow unless the user asks about GoFlow runtime state.Plan and execute bounded, authorized red-team validation with non-destructive evidence and remediation handoff.
Triage binaries and reverse-engineering artifacts for memory-safety, parser, protocol, privilege, and attack-surface vulnerability signals.
Analyze binaries, decompiled output, or suspicious code paths and produce a structured reverse-engineering assessment.
Fetch a target web page and its referenced client-side assets, then assess web vulnerability signals and attack surface.
Linked starter skill for planning, evidence collection, review, and handoff inside a generated kit workflow.
Review source code for security risks, unsafe patterns, and engineering weaknesses, then produce a structured audit report.