Jiachun Shi
Community@sjc786526-coder · Wuhan University 299 Bayi Road, Wuchang District Wuhan, Hubei 430072 China
A student from Wuhan University
Agent Skills by Jiachun Shi
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, scripts, and frontmatter rules.
plugin-creator
Scaffold Codex plugin directories with manifests and marketplace entries.
skill-installer
Installs Codex skills from curated GitHub lists or arbitrary repo paths into $CODEX_HOME/skills.
openai-docs
Retrieves and cites official OpenAI documentation for Codex, models, APIs, and migrations.
imagegen
Generate and edit raster images using the built-in image_gen tool or a GPT Image CLI fallback.
remote-tests
Runs integration tests against remote executors via 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 in openai/codex and decide verification or follow-up actions.
codex-issue-digest
Generate headline-first digests of openai/codex GitHub issues by label and time window.
codex-pr-body
Updates GitHub pull request titles and bodies using the gh CLI.
code-review-testing
Guides authoring of integration and unit tests for agent logic changes.
test-tui
Test Codex TUI interactively with trace logging and scripted input.
code-review
Orchestrates subagents to review pull requests using code-review skills.
code-breaking-changes
Detects breaking changes across app-server APIs, CLI parameters, configuration loading, and session resumption.
babysit-pr
Monitor GitHub pull request CI checks, review comments, and mergeability until merge or close.
pushing-ci-changes
Handles GitHub Actions workflow push rejections by directing users to the approval flow.
update-v8-version
Updates pinned v8 and rusty_v8 versions and validates release-candidate builds.
code-review-context
Enforces bounded, cache-stable context construction rules for model inference requests.
path-types
Selects Rust path types for app-server and exec-server protocol code.
Frequently Asked Questions About Jiachun Shi
FAQPage SchemaWhat tasks can I perform with sjc786526-coder's skills?▼
You can run defect-first code reviews, monitor pull requests and CI until merge, diagnose openai/codex GitHub issues, generate issue digests by label, update PR titles and bodies, scaffold Codex plugins, install curated skills, bump pinned v8/rusty_v8 versions, and generate raster images.
Who are these skills designed for?▼
They target developers and maintainers working in or around the openai/codex repository—reviewers handling delegated diffs, engineers shepherding PRs through CI, contributors authoring skills or plugins, and maintainers managing V8 dependency updates and issue triage.
How do I install and run these skills?▼
Use the skill-installer skill to install curated skills or skills from a GitHub repo path (including private repos) into $CODEX_HOME/skills. Once installed, Codex invokes each skill automatically when a request matches its described trigger conditions.
Are these skills free and open source?▼
The manifest lists them as publicly available skills installable from curated lists or GitHub repo paths via the skill-installer. No paid licensing is indicated; availability depends on the hosting repository's terms, with private repo installation supported.
What prerequisites or dependencies do these skills require?▼
Skills require a Codex environment with $CODEX_HOME configured. Specific skills need GitHub access for PR/issue operations, the openai/codex repository context for bug diagnosis and digests, and Rust toolchain context for rusty_v8 version updates and path-type decisions.