Taehoon Hwang
Community@looooonk · New York, NY
Undergrad CS @ Columbia
Agent Skills by Taehoon Hwang
Showing 20 vetted skills indexed across 1 GitHub repositories.
review-agent
Reviews code changes and returns prioritized, actionable defect findings.
skill-creator
Create and validate Codex skill directories with templates and scripts.
plugin-creator
Scaffold Better Codex plugin directories with manifests and marketplace entries.
skill-installer
Install Codex skills from curated GitHub lists or arbitrary repository paths.
openai-docs
Retrieves official OpenAI documentation, Codex manual guidance, and model migration references.
imagegen
Generate and edit raster images using GPT Image models via built-in tool or CLI.
remote-tests
Run integration tests against remote executors using Docker or Wine environments.
code-review-change-size
Enforces change size limits and suggests staging for large code review diffs.
codex-bug
Diagnose GitHub bug reports from openai/codex and recommend next actions.
codex-issue-digest
Generates headline-first digests of openai/codex GitHub issues by label and time window.
codex-pr-body
Updates pull request titles and bodies using the GitHub CLI.
code-review-testing
Guides integration test authoring for agent logic changes in Rust codebases.
test-tui
Tests the Codex TUI interactively with trace logging and scripted input.
code-review
Orchestrates subagents to review pull requests and report numbered findings.
code-breaking-changes
Detects breaking changes across APIs, CLI parameters, configuration, and session resumption.
babysit-pr
Monitor GitHub pull request CI checks, review comments, and mergeability until merge or closure.
pushing-ci-changes
Handles GitHub Actions workflow push rejections by directing users to the approval process.
update-v8-version
Updates pinned v8 and rusty_v8 versions and validates release-candidate builds.
code-review-context
Reviews model context construction against size, caching, and structure constraints.
path-types
Selects Rust path types for app-server and exec-server protocol code in the Codex repository.
Frequently Asked Questions About Taehoon Hwang
FAQPage SchemaWhat 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.