SeoYeonKim avatar

SeoYeonKim

Community

@westkite1201

12Followers
|
38Public Repos
|
28Published Skills

one drop ink

Skills Distribution
DomainDeveloper To...Web QA & Browser T.. (30%)Code Review & Rele.. (25%)Security & Safety .. (20%)Design Systems & V.. (15%)

Agent Skills by SeoYeonKim

Showing 28 vetted skills indexed across 1 GitHub repositories.

westkite1201westkite1201
2

gstack

Provides structured AI agent workflow skills and a persistent headless Chromium browser for software development.

Community
Advanced
westkite1201westkite1201
2

benchmark

Detects web performance regressions by comparing page metrics against captured baselines.

Community
Advanced
westkite1201westkite1201
2

plan-design-review

Reviews implementation plans for UI/UX design gaps and edits the plan to fix them.

Community
Advanced
westkite1201westkite1201
2

autoplan

Runs CEO, design, and engineering plan reviews sequentially with auto-decided intermediate questions.

Community
Advanced
westkite1201westkite1201
2

design-consultation

Generates a complete design system proposal and DESIGN.md through product research and consultation.

Community
Advanced
westkite1201westkite1201
2

freeze

Restricts Edit and Write operations to a user-specified directory via PreToolUse hooks.

Community
Intermediate
westkite1201westkite1201
2

careful

Warns before executing destructive bash commands like rm -rf, DROP TABLE, and force-push.

Community
Intermediate
westkite1201westkite1201
2

cso

Audits codebases for secrets, supply chain, CI/CD, LLM, and OWASP vulnerabilities.

Community
Advanced
westkite1201westkite1201
2

canary

Monitors deployed web apps for console errors, performance regressions, and page failures using browser automation.

Community
Advanced
westkite1201westkite1201
2

investigate

Diagnose bugs through root cause investigation before applying verified fixes.

Community
Advanced
westkite1201westkite1201
2

document-release

Updates project documentation files to match shipped code changes.

Community
Advanced
westkite1201westkite1201
2

gstack-upgrade

Upgrades gstack installations to the latest version via git or vendored sync.

Community
Advanced
westkite1201westkite1201
2

land-and-deploy

Merges GitHub pull requests, waits for CI and deploy, and verifies production health via canary checks.

Community
Advanced
westkite1201westkite1201
2

codex

Wraps the OpenAI Codex CLI to review, challenge, or consult on code diffs.

Community
Advanced
westkite1201westkite1201
2

qa

Test web applications in a browser, fix discovered bugs, and commit verified fixes atomically.

Community
Advanced
westkite1201westkite1201
2

qa-only

Tests web applications in a browser and produces a structured QA report without fixing anything.

Community
Advanced
westkite1201westkite1201
2

setup-browser-cookies

Import cookies from Chromium browsers into a headless Playwright browse session.

Community
Intermediate
westkite1201westkite1201
2

review

Reviews pull request diffs for SQL safety, race conditions, and structural issues.

Community
Advanced
westkite1201westkite1201
2

plan-ceo-review

Reviews implementation plans with CEO-mode scope analysis and rigor checks.

Community
Advanced
westkite1201westkite1201
2

office-hours

Diagnose product ideas through YC-style forcing questions and produce design documents.

Community
Advanced
westkite1201westkite1201
2

retro

Generates weekly engineering retrospectives from git commit history with per-contributor metrics and trend tracking.

Community
Advanced
westkite1201westkite1201
2

browse

Controls a persistent headless Chromium browser for QA testing and site verification.

Community
Advanced
westkite1201westkite1201
2

design-review

Audits live websites for visual design issues and fixes them with atomic commits.

Community
Advanced
westkite1201westkite1201
2

ship

Automates merging, testing, versioning, and pull request creation for feature branches.

Community
Advanced

Frequently Asked Questions About SeoYeonKim

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

You can QA-test web apps in a headless browser, benchmark Core Web Vitals, run OWASP and STRIDE security audits, review PR diffs for SQL safety, audit visual design, brainstorm with YC-style office hours, and ship code through merge, deploy, and canary verification.

Who are these skills designed for?

Web developers, QA engineers, engineering managers, and founders shipping production web applications. The plan-ceo-review, plan-eng-review, and retro skills target leads and founders, while browse, qa, and canary serve hands-on engineers testing and deploying sites.

How do the ship and deploy skills work in practice?

The ship skill merges the base branch, runs tests, reviews the diff, bumps VERSION, updates the CHANGELOG, and creates a PR. Then land-and-deploy merges it, waits for CI and deploy, and verifies production health via canary checks against pre-deploy baselines.

What safety guardrails do these skills provide?

The careful skill warns before destructive commands like rm -rf, DROP TABLE, and force-push. Freeze blocks Edit and Write outside a specified directory via PreToolUse hooks, and guard combines both for maximum protection when touching production or debugging live systems.

What prerequisites do the QA and monitoring skills need?

The browse-based skills require the browse daemon for headless sessions. Authenticated page testing needs setup-browser-cookies to import cookies from your real Chromium browser, and land-and-deploy requires setup-deploy to configure your platform such as Fly.io, Render, Vercel, or Netlify.