kazuya iwama avatar

kazuya iwama

Community

@yellow-seed

3Followers
|
16Public Repos
|
12Published Skills

Hello. I am working as a full-time software engineer while also being a student.

Skills Distribution
DomainDeveloper To...Version Control & .. (40%)Code Review & Pull.. (25%)Test-Driven Develo.. (20%)API Security Review (15%)

Agent Skills by kazuya iwama

Showing 12 vetted skills indexed across 4 GitHub repositories.

yellow-seedyellow-seed

react-to-review

Fetch pull request review comments, modify code, commit, and reply with status and SHA.

Community
Intermediate
yellow-seedyellow-seed
2

design-plan

Capture design specifications for API, UI, CLI, or infrastructure changes.

Community
Intermediate
yellow-seedyellow-seed
2

sync-codex

Port Dockerfile RUN and ENV steps into portable shell scripts for Codex environments.

Community
Advanced
yellow-seedyellow-seed
1

git-commit

Splits working tree changes into small Conventional Commits with Japanese messages.

Community
Intermediate
yellow-seedyellow-seed
1

test-driven-development

Guides Red-Green-Refactor test-driven development cycles with test execution, linting, and CI verification.

Community
Intermediate
yellow-seedyellow-seed

self-review

Guide structured self-review of code changes for PR readiness.

Community
Basic
yellow-seedyellow-seed
1

github-issue

Creates GitHub Issues following repository templates with sizing and sub-issue guidelines.

Community
Intermediate
yellow-seedyellow-seed
1

code-review

Reviews branch diffs against the remote origin base branch for quality, bugs, and security.

Community
Intermediate
yellow-seedyellow-seed

template-sync

Synchronize template updates from yellow-seed/template while preserving local customizations.

Community
Advanced
yellow-seedyellow-seed
1

pull-request

Generates template-compliant GitHub pull requests from branch commit history.

Community
Intermediate
yellow-seedyellow-seed
1

reviewing-security

Review code and configuration files against OWASP API Security Top 10 and version management risks.

Community
Intermediate
yellow-seedyellow-seed
1

commit-message

Generates Conventional Commits format commit messages with Japanese subjects and bodies.

Community
Basic

Frequently Asked Questions About kazuya iwama

FAQPage Schema
What 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.