kazuya iwama
Community@yellow-seed
Hello. I am working as a full-time software engineer while also being a student.
Agent Skills by kazuya iwama
Showing 12 vetted skills indexed across 4 GitHub repositories.
react-to-review
Fetch pull request review comments, modify code, commit, and reply with status and SHA.
design-plan
Capture design specifications for API, UI, CLI, or infrastructure changes.
sync-codex
Port Dockerfile RUN and ENV steps into portable shell scripts for Codex environments.
git-commit
Splits working tree changes into small Conventional Commits with Japanese messages.
test-driven-development
Guides Red-Green-Refactor test-driven development cycles with test execution, linting, and CI verification.
self-review
Guide structured self-review of code changes for PR readiness.
github-issue
Creates GitHub Issues following repository templates with sizing and sub-issue guidelines.
code-review
Reviews branch diffs against the remote origin base branch for quality, bugs, and security.
template-sync
Synchronize template updates from yellow-seed/template while preserving local customizations.
pull-request
Generates template-compliant GitHub pull requests from branch commit history.
reviewing-security
Review code and configuration files against OWASP API Security Top 10 and version management risks.
commit-message
Generates Conventional Commits format commit messages with Japanese subjects and bodies.
Frequently Asked Questions About kazuya iwama
FAQPage SchemaWhat tasks can I accomplish with yellow-seed's skills?▼
You can create granular git commits, generate Conventional Commits messages in Japanese, run Red-Green-Refactor TDD cycles, build GitHub issues and pull requests from repository templates, analyze branch diffs for code review, and check REST or gRPC services against OWASP API Security Top 10 (2023).
Who are yellow-seed's skills designed for?▼
Software engineers practicing disciplined Git hygiene, test-driven development, and structured code review. They suit developers working in GitHub-based repositories who want template-compliant issues and PRs, plus engineers performing security reviews of REST and gRPC APIs.
How do the commit and pull request skills work in practice?▼
The git-commit skill splits changes by feature or purpose into multiple small commits, while commit-message formats subjects in Japanese Conventional Commits style. The pull-request skill reads .github/PULL_REQUEST_TEMPLATE.md and generates a compliant PR description from your branch changes.
What security coverage does the reviewing-security skill provide?▼
It applies the OWASP API Security Top 10 (2023) checklist to REST and gRPC services, combined with language-specific security best practices. Use it for vulnerability detection, security reviews, and version management verification before merging or releasing API changes.
What prerequisites do these skills require?▼
A Git repository hosted on GitHub with a remote origin for branch diff analysis. Issue and PR generation require .github/ISSUE_TEMPLATE/ and .github/PULL_REQUEST_TEMPLATE.md templates. Security review targets REST or gRPC service codebases; no other external dependencies are specified.