원클릭으로
palugada-bugfix
TRIGGER when fixing a bug, crash, or regression. Gather a context pack with palugada before editing.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
TRIGGER when fixing a bug, crash, or regression. Gather a context pack with palugada before editing.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
TRIGGER when implementing UI from a Figma design, link, or file key — use the figma-bridge MCP (free-plan safe), never the raw API or palugada design for node content.
TRIGGER when the user asks about their Postman collections, saved API requests, endpoints, environments, or wants a curl for an existing request — use the postman-bridge MCP (offline-first).
TRIGGER for tickets, issues, wiki/Confluence/Notion pages, PRDs, or specs.
TRIGGER when building a new feature, screen, or endpoint. Gather a context pack with palugada before editing.
TRIGGER for git work — branch, commit, push, rebase/merge conflict, pull/merge request, pipeline. Also when the user mentions gh, glab, GitHub, or GitLab.
TRIGGER when refactoring or restructuring existing code. Gather a context pack with palugada before editing.
| name | palugada-bugfix |
| description | TRIGGER when fixing a bug, crash, or regression. Gather a context pack with palugada before editing. |
| allowed-tools | Bash(palugada *), Read, Grep, Glob, Write, Edit |
When you fix a bug, get ONE budgeted context pack first:
palugada brief bugfix <target> # recent changes + symbols + the relevant conventions
Then pull only the rules you need (don't guess — the knowledge lives in the profile):
palugada for <task> # a recipe; `palugada for --list` to see all
palugada q <topic> # a convention; `palugada q --list` to see all
Locate code with the palugada-search skill — never blind-grep.