ryoppippi

ryoppippi

@ryoppippi

GitHub
14 Skills
3430 Total Stars
February 2026 Joined

Public Skills

codex-review

by ryoppippi

Run a code review using Codex CLI. Use when the user wants a code review of uncommitted changes, a specific commit, or changes against a base branch.

CLI Tools 245 3mo ago

ask-codex

by ryoppippi

Consult Codex CLI for a second opinion on implementation plans, code reviews, or problem-solving. Use when you want an independent perspective from a different AI agent before making significant decisions.

Agents 245 3mo ago

ask-claude

by ryoppippi

Consult Claude Code for a second opinion on implementation plans, code reviews, or problem-solving. Use when you want an independent perspective from a different AI agent before making significant decisions.

Agents 245 3mo ago

you-might-not-need-an-effect

by ryoppippi

Review React code for unnecessary useEffect usage based on react.dev guidelines. Analyses code for useEffect anti-patterns and optionally applies fixes. Use when reviewing React code quality or refactoring effects.

Code Review 245 3mo ago

session-summary-japanese

by ryoppippi

Summarise the current session in Japanese. Use when finishing a session, handing off work, or wanting a recap of what was discussed and accomplished.

Analytics 245 3mo ago

commit

by ryoppippi

Creates atomic git commits following Conventional Commits specification with detailed, well-structured messages. Analyzes changes and splits them into logical units. Use when committing code changes that need proper structure and comprehensive documentation (e.g., "commit my authentication changes" or "finished implementing search, time to commit").

CLI Tools 245 4mo ago

pr-apply-review

by ryoppippi

Fetch and apply review comments from the current PR. Use when you need to address PR feedback.

Code Review 245 4mo ago

fix-ci

by ryoppippi

Automatically diagnose and fix CI failures using the gh CLI. Fetches logs from broken GitHub Actions, analyses errors, and applies fixes.

Code Review 245 4mo ago

merge-main

by ryoppippi

Merge the latest main branch into your current feature branch. Use when you need to sync your branch with upstream changes.

Code Review 245 4mo ago

react-server-components

by ryoppippi

Review React code for proper Server/Client Component boundaries based on Next.js and React documentation. Identifies misplaced 'use client' directives and suggests optimal component splitting.

Code Review 245 4mo ago

council

by ryoppippi

Spawns multiple parallel task agents to deeply explore and analyse a codebase area of interest. Gathers comprehensive insights by combining diverse perspectives from multiple agents.

Automation 245 4mo ago

create-commits-and-push

by ryoppippi

Creates atomic git commits and pushes to remote. Use when you want to commit changes and push without creating a PR (e.g., "commit and push my changes" or "push this up").

Code Gen 245 4mo ago

remaining-todo

by ryoppippi

Summarise current status, completed work, and remaining tasks when context is running low. Use when you need to hand off work or document progress before context limit.

Automation 245 4mo ago

create-pr

by ryoppippi

Manages complete PR workflow from start to finish - creates feature branch, commits changes, pushes to remote, and opens pull request. Use when user wants to create a PR (e.g., "create a PR for these changes" or "the fix is ready, push it up and create a pull request").

Code Gen 245 4mo ago