pokutuna
Community@pokutuna · Japan
pokutuna provides Claude Code skills for Git pull requests, CI failure analysis, design documentation, and developer session management.
Agent Skills by pokutuna
Showing 19 vetted skills indexed across 1 GitHub repositories.
commit
Stages conversation-modified files and invokes a git commit sub-agent.
deepwiki
Investigates GitHub repositories using MCP DeepWiki question-answering tools.
offload-subagent
Delegates implementation tasks to subagents while the main session handles design and review.
browser-context
Reads open browser tabs and synthesizes their content into context for a query.
disk-cleanup
Reclaims local disk space by measuring known cache and toolchain paths, then proposing deletions by impact level.
design-doc
Writes Japanese software design documents with structured sections and decision criteria.
writing-use-cases
Write and review use cases with templates, granularity rules, and checklists.
memory-cleaner
Audits and reorganizes persistent memory files by verifying facts against the repository.
handover
Generates a session handover document summarizing task state and next steps.
mo-it
Opens Markdown files in a browser using the mo local Markdown viewer.
remove-artifact-noise
Rewrites documents and code comments to remove conversational context and revision history.
fix-review
Analyzes GitHub pull request review comments and applies fixes with replies.
teach-me
Teaches session content interactively through Socratic questioning, checklists, and quizzes.
fix-ci
Diagnose and fix failing GitHub Actions and Google Cloud Build CI checks on pull requests.
improve-claude-md
Analyzes and rewrites CLAUDE.md files against context engineering best practices.
task-interview
Interviews users with structured questions to clarify task specifications and ambiguities.
git-commit-agent
Analyzes staged git changes and creates a conventional commit message.
create-pr
Creates a draft pull request on GitHub from the current branch using gh CLI.
remove-slops
Removes redundant AI-generated code patterns from branch diffs against main.
Frequently Asked Questions About pokutuna
FAQPage SchemaWhat 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.