원클릭으로
tunelito-implement
Implement a Tunelito feature or bug fix following repo playbooks, tests, docs, and release-safe habits.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Implement a Tunelito feature or bug fix following repo playbooks, tests, docs, and release-safe habits.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | tunelito-implement |
| description | Implement a Tunelito feature or bug fix following repo playbooks, tests, docs, and release-safe habits. |
| allowed-tools | Read, Grep, Glob, Bash |
!git status -sb
!rg --files -g '!*node_modules*' -g '!*.comments.md' | sed -n '1,120p'
Implement the requested change using the Tunelito workflow:
docs/agents/START_HERE.md, docs/agents/WORKFLOW.md, and the relevant source/tests.docs/agents/QUALITY_GATES.md.Preserve unrelated work. Do not edit *.comments.md, .env*, files.zip, node_modules/, or .git/.
Run a Tunelito live review room for a local HTML/Markdown file or folder, then process the comments it collects. Use whenever a user wants to share, serve, or preview a local .html page, .md memo, or static site/mini-site from their machine so a designer, client, teammate, or PM can leave feedback on a call; wants a temporary public link to a local page; says "review my HTML", "annotate this page", "review this Markdown draft", "let people comment on my site", "get feedback on index.html", "spin up a review room", or "review this page locally without exposing it"; OR points you at a `*.comments.md` / `site.comments.md` inbox and asks you to apply, process, or act on the comments inside it. Covers starting and sharing a session (Cloudflare Tunnel, keyed bearer URLs), local-only review of sensitive pages, active-agent `tunelito inbox` commands, the opt-in `--agent` worker that edits files from comments, and the comment Markdown schema (scope, page, path, id, status). Do NOT use for reviewing a pull request, IDE
Update or review Tunelito documentation. Use when README, changelog, release docs, examples, security docs, or agent playbooks need to stay in sync with behavior.
Run a live local Tunelito smoke test against an HTML page. Use before declaring browser/client/server/package changes ready.
Prepare Tunelito changes for a PR-ready commit and push, including verification and handoff summary.
Maintain Tunelito npm package quality. Use for package.json, package-lock, npm pack, npm install smoke tests, CI workflows, release docs, or distribution changes.
Prepare a Tunelito package or npm release using the release playbook and package verification.