Jiachun Shi avatar

Jiachun Shi

Community

@sjc786526-coder · Wuhan University 299 Bayi Road, Wuchang District Wuhan, Hubei 430072 China

0Followers
|
2Public Repos
|
20Published Skills

A student from Wuhan University

Skills Distribution
DomainDeveloper To...Code Review & Qual.. (35%)GitHub Pull Reques.. (25%)Codex Extension & .. (20%)Runtime & Dependen.. (10%)

Agent Skills by Jiachun Shi

Showing 20 vetted skills indexed across 1 GitHub repositories.

sjc786526-codersjc786526-coder

review-agent

Reviews code changes and returns prioritized actionable defect findings.

Community
Intermediate
sjc786526-codersjc786526-coder

skill-creator

Create and validate Codex skill directories with templates, scripts, and frontmatter rules.

Community
Intermediate
sjc786526-codersjc786526-coder

plugin-creator

Scaffold Codex plugin directories with manifests and marketplace entries.

Community
Advanced
sjc786526-codersjc786526-coder

skill-installer

Installs Codex skills from curated GitHub lists or arbitrary repo paths into $CODEX_HOME/skills.

Community
Intermediate
sjc786526-codersjc786526-coder

openai-docs

Retrieves and cites official OpenAI documentation for Codex, models, APIs, and migrations.

Community
Advanced
sjc786526-codersjc786526-coder

imagegen

Generate and edit raster images using the built-in image_gen tool or a GPT Image CLI fallback.

Community
Advanced
sjc786526-codersjc786526-coder

remote-tests

Runs integration tests against remote executors via Docker or Wine environments.

Community
Intermediate
sjc786526-codersjc786526-coder

code-review-change-size

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

Community
Basic
sjc786526-codersjc786526-coder

codex-bug

Diagnose GitHub bug reports in openai/codex and decide verification or follow-up actions.

Community
Intermediate
sjc786526-codersjc786526-coder

codex-issue-digest

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

Community
Advanced
sjc786526-codersjc786526-coder

codex-pr-body

Updates GitHub pull request titles and bodies using the gh CLI.

Community
Intermediate
sjc786526-codersjc786526-coder

code-review-testing

Guides authoring of integration and unit tests for agent logic changes.

Community
Basic
sjc786526-codersjc786526-coder

test-tui

Test Codex TUI interactively with trace logging and scripted input.

Community
Basic
sjc786526-codersjc786526-coder

code-review

Orchestrates subagents to review pull requests using code-review skills.

Community
Intermediate
sjc786526-codersjc786526-coder

code-breaking-changes

Detects breaking changes across app-server APIs, CLI parameters, configuration loading, and session resumption.

Community
Basic
sjc786526-codersjc786526-coder

babysit-pr

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

Community
Advanced
sjc786526-codersjc786526-coder

pushing-ci-changes

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

Community
Basic
sjc786526-codersjc786526-coder

update-v8-version

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

Community
Advanced
sjc786526-codersjc786526-coder

code-review-context

Enforces bounded, cache-stable context construction rules for model inference requests.

Community
Basic
sjc786526-codersjc786526-coder

path-types

Selects Rust path types for app-server and exec-server protocol code.

Community
Intermediate

Frequently Asked Questions About Jiachun Shi

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