一键导入
review-code
Review and explore GitHub code repositories using Codex.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review and explore GitHub code repositories using Codex.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use NOAA CO-OPS APIs for tide gauge stations outside the UHSLC network, or when the user explicitly requests NOAA CO-OPS API data. Cross-listed with co-ops-tadc for Tidal Analysis Datum Calculator inputs and official datum comparisons. Do not use CO-OPS as the default source for UHSLC-network tide gauge data.
Use NOAA CO-OPS Tidal Analysis Datum Calculator (TADC) to compute tidal datums from observed water-level time series. Cross-listed with co-ops-api for NOAA CO-OPS station data, high/low waters, monthly means, control station metadata, and official datums.
Retrieve and validate NOAA Coastal Ocean Reanalysis (CORA) V1.1 beta water-level data from public AWS S3 Zarr and Kerchunk holdings for the U.S. East, Gulf, and Caribbean coasts. Use for CORA assimilated water levels, 500 m grid products, daily maximum products, and native-grid products.
Draft IDEA skill files for user review or download. Use when the user asks to create, revise, or propose a specialized IDEA skill; do not modify IDEA runtime files.
Discover, access, and visualize oceanographic, atmospheric, and marine datasets through the AquaView MCP server as a fallback after IDEA's preferred built-in data sources, but before general web search.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
| name | review-code |
| description | Review and explore GitHub code repositories using Codex. |
This skill specifies how to use Codex to explore code repositories.
You have access to the command-line tool codex.
codex is an AI coding agent that can read, modify, and execute code locally within a specified directory.
codex is already installed and ready to use.codex in exec mode for all operations.
codex exec "Print to terminal a high-level overview of this repo"
${CODEX_SANDBOX}, using these paths:
${CODEX_SANDBOX}/repos${CODEX_SANDBOX}/tmp${CODEX_SANDBOX} or modify system-level files.${CODEX_SANDBOX} exists prior to running Codex.cd ${CODEX_SANDBOX} # Navigate to Codex workspace codex exec whoami # Confirm identity cd ${CODEX_SANDBOX}/repos # Clone a repository to explore git clone https://github.com/uhsealevelcenter/IDEA IDEA cd ${CODEX_SANDBOX}/repos/IDEA # Enter repository and analyze codex exec "Print to terminal a high-level overview of this repo"
codex exec "Print to terminal the full code for the data processing module" codex exec "Summarize this repository structure and highlight the main entry points" codex exec "Generate docstrings for all public functions in this package" codex exec "Identify where to insert Codex integration hooks in this backend"
https://github.com/uhsealevelcenter/IDEA # Intelligent Data Exploring Assistant https://github.com/uhsealevelcenter/Wyrtki-CSLIM # ENSO forecast model https://github.com/uhsealevelcenter/QCSoft # UHSLC GUI tool for Quality Control