pokutuna avatar

pokutuna

Community

@pokutuna · Japan

55Followers
|
167Public Repos
|
19Published Skills

pokutuna provides Claude Code skills for Git pull requests, CI failure analysis, design documentation, and developer session management.

Skills Distribution
DomainDeveloper To...Git & Pull Request.. (35%)Technical Document.. (25%)CI/CD Debugging & .. (20%)Session & Context .. (20%)

Agent Skills by pokutuna

Showing 19 vetted skills indexed across 1 GitHub repositories.

pokutunapokutuna
2

commit

Stages conversation-modified files and invokes a git commit sub-agent.

Community
Basic
pokutunapokutuna
2

deepwiki

Investigates GitHub repositories using MCP DeepWiki question-answering tools.

Community
Basic
pokutunapokutuna
2

offload-subagent

Delegates implementation tasks to subagents while the main session handles design and review.

Community
Intermediate
pokutunapokutuna
2

browser-context

Reads open browser tabs and synthesizes their content into context for a query.

Community
Intermediate
pokutunapokutuna
2

disk-cleanup

Reclaims local disk space by measuring known cache and toolchain paths, then proposing deletions by impact level.

Community
Advanced
pokutunapokutuna
2

design-doc

Writes Japanese software design documents with structured sections and decision criteria.

Community
Intermediate
pokutunapokutuna
2

writing-use-cases

Write and review use cases with templates, granularity rules, and checklists.

Community
Intermediate
pokutunapokutuna
2

memory-cleaner

Audits and reorganizes persistent memory files by verifying facts against the repository.

Community
Advanced
pokutunapokutuna
2

handover

Generates a session handover document summarizing task state and next steps.

Community
Basic
pokutunapokutuna
2

mo-it

Opens Markdown files in a browser using the mo local Markdown viewer.

Community
Basic
pokutunapokutuna
2

remove-artifact-noise

Rewrites documents and code comments to remove conversational context and revision history.

Community
Intermediate
pokutunapokutuna
2

fix-review

Analyzes GitHub pull request review comments and applies fixes with replies.

Community
Advanced
pokutunapokutuna
2

teach-me

Teaches session content interactively through Socratic questioning, checklists, and quizzes.

Community
Intermediate
pokutunapokutuna
2

fix-ci

Diagnose and fix failing GitHub Actions and Google Cloud Build CI checks on pull requests.

Community
Intermediate
pokutunapokutuna
2

improve-claude-md

Analyzes and rewrites CLAUDE.md files against context engineering best practices.

Community
Intermediate
pokutunapokutuna
2

task-interview

Interviews users with structured questions to clarify task specifications and ambiguities.

Community
Intermediate
pokutunapokutuna
2

git-commit-agent

Analyzes staged git changes and creates a conventional commit message.

Community
Intermediate
pokutunapokutuna
2

create-pr

Creates a draft pull request on GitHub from the current branch using gh CLI.

Community
Intermediate
pokutunapokutuna
2

remove-slops

Removes redundant AI-generated code patterns from branch diffs against main.

Community
Basic

Frequently Asked Questions About pokutuna

FAQPage Schema
What tasks can I accomplish with pokutuna's skills?

You can create conventional commits, open draft pull requests, analyze and fix PR review comments, debug failing GitHub Actions or Google Cloud Build runs, write design docs and use cases, clean disk caches, tidy persistent memory files, and generate session handover documents.

Who are these skills designed for?

Software engineers working in Claude Code sessions who manage GitHub pull requests, CI pipelines, and design documentation. They suit developers who want structured commit creation, review resolution, Socratic teaching of recent changes, and cleanup of generated redundant code.

How do I install and run these skills?

Place each skill folder into your Claude Code skills directory, then invoke them by name such as /fix-review, /fix-ci, /design-doc, or /memory-cleaner. Several skills run with disable-model-invocation and rely on allowed Bash, gh, and gcloud commands.

What prerequisites and dependencies are required?

Most skills require the GitHub CLI (gh) and git; fix-ci additionally needs the gcloud CLI for Cloud Build logs. deepwiki and task-interview use MCP servers (deepwiki, chrome-tabs, fetch, google-search), and disk-cleanup targets uv, npm, brew, Hugging Face, and Ollama caches.

Are pokutuna's skills free and open source?

The skills are published publicly on GitHub under the pokutuna account and can be copied into your own configuration. Some skills credit external sources, such as the teach-me gist and a sanitize-artifacts dotfiles repository, so check each origin for its license terms.