getty104/claude-code-marketplace
Skill Claude CodeCodex
A tool for editing existing Pencil design files through the Pencil command-line tool. Pencil files contain editable interface designs, such as screens, buttons, and layouts.
getty104/claude-code-marketplace
Skill Claude CodeCodex
A tool for editing existing Pencil design files through the Pencil command-line tool. Pencil files contain editable interface designs, such as screens, buttons, and layouts.
getty104/claude-code-marketplace
Skill Claude CodeCodex
Execute tasks based on GitHub Issue content.
getty104/claude-code-marketplace
Skill Claude CodeCodex
Address unresolved review comments on specified PR.
getty104/claude-code-marketplace
Skill Claude CodeCodex
A read-only tool for inspecting design data and screenshots in Pencil files. Pencil is a design application whose files use the .pen format; inspection can use a known node ID, a name pattern, or a node type.
getty104/claude-code-marketplace
Skill Claude CodeCodex
INTERNAL/HELPER skill — do NOT invoke directly from a user query. This is the shared formatter/poster used by create-issue, create-issue-from-issue-number, and update-issue. It formats an implementation-ready GitHub Issue body, runs the pre-posting checklist, executes gh issue create or gh issue edit, and optionally…
getty104/claude-code-marketplace
Skill Claude CodeCodex
INTERNAL/HELPER skill — do NOT invoke directly from a user query. This is the shared formatter/poster used by answer-issue-questions and breakdown-issues. It formats a scope GitHub Issue body (label cc-triage-scope, used before code analysis), runs the pre-posting checklist, and executes gh issue create. Invoke this…
getty104/claude-code-marketplace
Skill Claude CodeCodex
A GitHub Issue reader that turns the issue's written details into structured information for later steps. It separates stated facts from missing or uncertain information instead of guessing.
getty104/claude-code-marketplace
Skill Claude CodeCodex
A tool that resolves all open review discussion threads on a GitHub pull request. A review thread is a conversation about a proposed code change.
getty104/claude-code-marketplace
Skill Claude CodeCodex
A pull-request conflict checker and resolver for a specified target branch. A conflict happens when the PR's changes cannot be combined with newer changes in the target branch automatically.
getty104/claude-code-marketplace
Skill Claude CodeCodex
Triage a GitHub issue that already has the cc-issue-created label and is assumed to be ready to start. First inspect the comment history to decide whether human confirmation is needed (cc-need-human-check, highest priority); otherwise decide whether the issue should be closed as not needed, unanswered confirmation…
getty104/claude-code-marketplace
Skill Claude CodeCodex
Triage a single GitHub PR by PR number. Check out the PR's branch, detect conflicts with the target branch via gh pr status (and label the PR with cc-resolve-conflict if any are found), generate and evaluate a fix plan via create-review-fix-plan, then take action (add cc-fix-onetime label if fixes are needed, or merge…
getty104/claude-code-marketplace
Skill Claude CodeCodex
A tool that reviews recent pull-request feedback and updates the repository's CODINGGUIDELINES.md file with rules that should be followed. It combines repeated, actionable review comments with existing rules and can create a pull request for the changes.
getty104/claude-code-marketplace
Skill Claude CodeCodex
Update an existing GitHub Issue's description based on the issue number. Reads all issue comments and reflects any items not yet captured in the description. After refreshing the description, reviews it for remaining ambiguities or unclear requirements and posts any open questions as a follow-up 確認事項 comment.