用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/reggiechan74/JobOps --skill github-portfolio命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | github-portfolio |
| description | Create or update GitHub portfolio documentation from repository analysis |
| disable-model-invocation | true |
Read .jobops/config.json. If missing, stop with:
JOBOPS NOT CONFIGURED Run /jobops:setup to initialize your workspace.
Use config.directories.<key> for all file paths in this skill.
Use config.preferences.cultural_profile if this skill generates resume-style content.
Use config.preferences.default_jurisdiction if this skill has jurisdiction-sensitive logic (crisis/legal skills accept --jurisdiction=<ISO-3166-2> to override).
Creates or updates a GitHub portfolio document.
Output file: {config.directories.career_analysis}/github_portfolio_{YYYYMMDD}.md — a fresh timestamped snapshot is written on every run (create, add, or refresh).
Usage forms:
/github-portfolio <repository-url> — create if no prior snapshot exists, otherwise add the repo to the latest snapshot./github-portfolio <repository-url> -create — force a brand-new snapshot (first repository)./github-portfolio <repository-url> -update — add the repository to the latest existing snapshot./github-portfolio -update — full portfolio refresh/reorganization of the latest snapshot (no URL needed).Arguments:
$1: Repository URL (required for adding repositories) OR the -update flag for refresh-only mode.$2: Mode flag (optional, defaults to auto-detect):
-create: Force create a new portfolio snapshot.-update: Force update of the latest portfolio snapshot.Repository URL: $1 Mode Flag: ${2:-auto}
Checking arguments:
$1 is -update and no $2: Refresh Mode (reorganize existing portfolio)$1 is a URL: Repository Addition Mode (create or update)
$2 flagChecking whether a prior portfolio snapshot already exists in {config.directories.career_analysis}/ (any file matching github_portfolio_*.md). When more than one exists, use the most recent by date suffix as the working snapshot for add/refresh operations.
Result: [Snapshot exists/does not exist]
Based on arguments and portfolio existence:
Purpose: Create initial github_portfolio_{YYYYMMDD}.md snapshot with first repository.
Repository URL Provided: $1
I'll try to access the repository directly to read its README and structure.
Attempting to fetch: $1
Access Methods:
[If WebFetch succeeds]:
[If WebFetch fails with 403/private/inaccessible]:
The repository is not publicly accessible or I cannot reach it directly.
No problem! Please run this analysis script in the repository's codespace/terminal and paste the complete results back to me:
#!/bin/bash
echo "=== REPOSITORY ANALYSIS FOR PORTFOLIO DOCUMENTATION ==="
echo ""
echo "## Basic Repository Information"
echo "Repository: $(basename $(git rev-parse --show-toplevel 2>/dev/null || pwd))"
echo "Current Branch: $(git branch --show-current 2>/dev/null || echo 'N/A')"
echo "Total Commits: $(git rev-list --count HEAD 2>/dev/null || echo 'N/A')"
echo "Last Commit: $(git log -1 --format='%h - %s (%ar)' 2>/dev/null || echo 'N/A')"
echo ""
echo "## File Structure"
echo "Total Files: $(find . -type f -not -path '*/\.*' | wc -l)"
echo ""
echo "Directory Tree (top 3 levels):"
tree -L 3 -I 'node_modules|.git|__pycache__|*.pyc' 2>/dev/null || find . -type d -not -path '*/\.*' -maxdepth 3 | sort
echo ""
echo "## README Content"
if [ -f README.md ]; then
echo "--- START README.md ---"
cat README.md
echo "--- END README.md ---"
else
echo "No README.md found"
[ -f package.json ];
package.json
[ -f requirements.txt ];
requirements.txt
[ -f pyproject.toml ];
pyproject.toml
file $(find . \( -name -o -name -o -name \) | grep -v | grep -v | -5);
-50
git --oneline -10 2>/dev/null ||
git shortlog -sn --no-merges | -5 2>/dev/null ||
Instructions:
Once you provide the analysis, I'll create your initial portfolio entry.
Purpose: Add new repository to the latest snapshot and write a new timestamped snapshot.
Repository URL Provided: $1
Read the most recent {config.directories.career_analysis}/github_portfolio_*.md file.
Current Portfolio Status:
Attempting to fetch: $1
Access Methods:
[If WebFetch succeeds]:
The repository is not publicly accessible.
Please run this analysis script in the repository's codespace and paste the results:
#!/bin/bash
echo "=== REPOSITORY ANALYSIS FOR PORTFOLIO DOCUMENTATION ==="
echo ""
echo "## Basic Repository Information"
echo "Repository: $(basename $(git rev-parse --show-toplevel 2>/dev/null || pwd))"
echo "Current Branch: $(git branch --show-current 2>/dev/null || echo 'N/A')"
echo "Total Commits: $(git rev-list --count HEAD 2>/dev/null || echo 'N/A')"
echo "Last Commit: $(git log -1 --format='%h - %s (%ar)' 2>/dev/null || echo 'N/A')"
echo ""
echo "## File Structure"
echo "Total Files: $(find . -type f -not -path '*/\.*' | wc -l)"
echo ""
echo "Directory Tree (top 3 levels):"
tree -L 3 -I 'node_modules|.git|__pycache__|*.pyc' 2>/dev/null || find . -type d -not -path '*/\.*' -maxdepth 3 | sort
echo ""
echo "## README Content"
if [ -f README.md ]; then
echo "--- START README.md ---"
cat README.md
echo "--- END README.md ---"
else
echo "No README.md found"
[ -f package.json ];
package.json
[ -f requirements.txt ];
requirements.txt
[ -f pyproject.toml ];
pyproject.toml
file $(find . \( -name -o -name -o -name \) | grep -v | grep -v | -5);
-50
git --oneline -10 2>/dev/null ||
git shortlog -sn --no-merges | -5 2>/dev/null ||
After receiving analysis:
Purpose: Full portfolio reorganization and content refresh without adding new repositories.
Triggered When: User runs /github-portfolio -update with no URL
Read the most recent {config.directories.career_analysis}/github_portfolio_*.md file as the working snapshot.
Current Portfolio Status:
Repository Entries Consistency:
Capability Matrices Accuracy:
Positioning and Messaging:
Table of Contents:
Version and Date:
Quality Checks:
After refresh, provide summary of:
When adding a new repository, use this comprehensive structure:
### N. [repository-name](https://github.com/username/repo-name)
**Status**: Production (vX.Y.Z) | **License**: [License] | **Commits**: N
One-paragraph description highlighting core purpose and key technologies.
**Technical Architecture**:
- **Key Component 1**: Description with metrics
- **Key Component 2**: Description with metrics
- **Key Component 3**: Description with metrics
- **Key Component 4**: Description with metrics
- **Key Component 5**: Description with metrics
**Technical Sophistication**:
- **Scale Metric**: Total files, lines of code, complexity indicators
- **Advanced Pattern 1**: Specific implementation details
- **Advanced Pattern 2**: Specific implementation details
- **Advanced Pattern 3**: Specific implementation details
- **Advanced Pattern 4**: Specific implementation details
**Skills Demonstrated**:
- **Skill 1** (proficiency level: specific evidence)
- **Skill 2** (proficiency level: specific evidence)
- **Skill 3** (proficiency level: specific evidence)
- **Skill 4** (proficiency level: specific evidence)
- **Skill 5** (proficiency level: specific evidence)
- **Skill 6** (proficiency level: specific evidence)
**Business Impact**:
Quantified improvement 1
Quantified improvement 2
Quantified improvement 3
Use case or application context
:
How this was built, key learning journey, relationship to other repositories, development philosophy demonstrated.
(if applicable):
Specific industry domain, technical specialty, or problem space this addresses.
:
: One-paragraph description of the unique approach, pattern, or solution this repository demonstrates. What makes this different or notable.
:
: List of components/features
: List of components/features
When updating portfolio, ensure these capability matrices remain comprehensive and accurate:
Matrix Format:
| Capability | Proficiency | Evidence | Development Method |
|---|---|---|---|
| **Capability Name** | Proficiency description | Specific evidence from repositories | How acquired/developed |
Always maintain these core positioning principles:
File Location: {config.directories.career_analysis}/github_portfolio_{YYYYMMDD}.md (new timestamped snapshot per run)
YAML Front Matter:
---
title: GitHub Repositories & Derived Technical Capabilities
person: Reggie Chan
lastUpdated: YYYY-MM-DD (today's date)
category: Technology Portfolio
keywords: AI-assisted-development, Python, machine-learning, financial-systems, Claude-Code
shareable: true
profileType: technical-portfolio
---
Version Tracking:
lastUpdated field to today's datePortfolio Version at end of document (format: X.Y)
Quality Checks:
Let me proceed with the selected mode.