Taehoon Hwang avatar

Taehoon Hwang

Community

@looooonk · New York, NY

13Followers
|
15Public Repos
|
20Published Skills

Undergrad CS @ Columbia

Skills Distribution
DomainDeveloper To...Code Review & Qual.. (35%)GitHub PR & Issue .. (30%)Codex Extension & .. (20%)Testing & CI Maint.. (15%)

Agent Skills by Taehoon Hwang

Showing 20 vetted skills indexed across 1 GitHub repositories.

looooonklooooonk
5

review-agent

Reviews code changes and returns prioritized, actionable defect findings.

Community
Intermediate
looooonklooooonk
5

skill-creator

Create and validate Codex skill directories with templates and scripts.

Community
Intermediate
looooonklooooonk
5

plugin-creator

Scaffold Better Codex plugin directories with manifests and marketplace entries.

Community
Advanced
looooonklooooonk
5

skill-installer

Install Codex skills from curated GitHub lists or arbitrary repository paths.

Community
Intermediate
looooonklooooonk
5

openai-docs

Retrieves official OpenAI documentation, Codex manual guidance, and model migration references.

Community
Advanced
looooonklooooonk
5

imagegen

Generate and edit raster images using GPT Image models via built-in tool or CLI.

Community
Advanced
looooonklooooonk
5

remote-tests

Run integration tests against remote executors using Docker or Wine environments.

Community
Intermediate
looooonklooooonk
5

code-review-change-size

Enforces change size limits and suggests staging for large code review diffs.

Community
Basic
looooonklooooonk
5

codex-bug

Diagnose GitHub bug reports from openai/codex and recommend next actions.

Community
Intermediate
looooonklooooonk
5

codex-issue-digest

Generates headline-first digests of openai/codex GitHub issues by label and time window.

Community
Advanced
looooonklooooonk
5

codex-pr-body

Updates pull request titles and bodies using the GitHub CLI.

Community
Intermediate
looooonklooooonk
5

code-review-testing

Guides integration test authoring for agent logic changes in Rust codebases.

Community
Basic
looooonklooooonk
5

test-tui

Tests the Codex TUI interactively with trace logging and scripted input.

Community
Basic
looooonklooooonk
5

code-review

Orchestrates subagents to review pull requests and report numbered findings.

Community
Intermediate
looooonklooooonk
5

code-breaking-changes

Detects breaking changes across APIs, CLI parameters, configuration, and session resumption.

Community
Basic
looooonklooooonk
5

babysit-pr

Monitor GitHub pull request CI checks, review comments, and mergeability until merge or closure.

Community
Advanced
looooonklooooonk
5

pushing-ci-changes

Handles GitHub Actions workflow push rejections by directing users to the approval process.

Community
Basic
looooonklooooonk
5

update-v8-version

Updates pinned v8 and rusty_v8 versions and validates release-candidate builds.

Community
Advanced
looooonklooooonk
5

code-review-context

Reviews model context construction against size, caching, and structure constraints.

Community
Basic
looooonklooooonk
5

path-types

Selects Rust path types for app-server and exec-server protocol code in the Codex repository.

Community
Intermediate

Frequently Asked Questions About Taehoon Hwang

FAQPage Schema
What tasks can I accomplish with Taehoon Hwang's Codex skills?▼

You can perform defect-first code reviews, monitor pull requests and CI until merge, triage and digest openai/codex GitHub issues, update PR titles and bodies, scaffold Better Codex plugins, install curated skills, generate bitmap images, and bump pinned v8/rusty_v8 versions.

Who are these skills designed for?▼

They target developers and maintainers working in or around the openai/codex repository, including reviewers handling delegated diffs, engineers shepherding pull requests through CI, maintainers triaging labeled issues, and contributors authoring new Codex skills or Better Codex plugins.

How do I install and run these skills?▼

Use the skill-installer skill to install curated skills or skills from any GitHub repo, including private repos, into $CODEX_HOME/skills. Once installed, Codex invokes each skill automatically when its described trigger conditions match the user's request.

Are these skills free and open source?▼

The skills are published publicly on the author's GitHub profile (15 public repos) and installable via the skill-installer from GitHub repo paths. No licensing fee or paid tier is indicated in the manifest; check the individual repository for exact license terms.

What prerequisites or dependencies do these skills require?▼

Skills assume a Codex environment with $CODEX_HOME configured. GitHub-facing skills need access to the openai/codex repository and issue/PR URLs, plugin-creator requires the Better Codex CLI for cachebust and reinstall, and update-v8-version requires the Rust rusty_v8 build setup.