一键导入
resume-profile-tool
Use when reading a user's default resume profile, resume parse status, resume score, rubric dimensions, risks, or skills for Agent context.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when reading a user's default resume profile, resume parse status, resume score, rubric dimensions, risks, or skills for Agent context.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when inspecting AI assistant file-based long-term memory, session JSONL archives, soft consolidation, Dream updates, or assistant context isolation.
Use when running Agent golden-case evaluation, checking intent accuracy, tool-call accuracy, RAG grounding, job matching, interview follow-up policy, or resume rubric compliance.
Use when reading saved jobs, application status counts, manual follow-up notes, or the user's application tracking state.
Use when inspecting FastAPI routes, controllers, backend service boundaries, repository-backed endpoints, API surface, or route availability.
Use when inspecting or explaining Qingcheng AI chat complexity classification, prompt-template injection, SupervisorAgent routing, selected tool allowlists, or agent planning for a user message.
Use when changing or reviewing the Next.js frontend UI, Tailwind layout, chat/interview pages, resume/job/application screens, or frontend API wrappers.
| name | resume-profile-tool |
| description | Use when reading a user's default resume profile, resume parse status, resume score, rubric dimensions, risks, or skills for Agent context. |
Use this skill to inspect resume facts already stored by InternAgent. It reads ResumeRepository and returns a compact profile. It must not return full raw_text, full resume contents, uploaded file bytes, or private prompt context.
Run inside the API container:
docker compose exec api python /app/skills/resume-profile-tool/scripts/inspect_resume_profile.py --email admin@example.com
Inputs: --user-id or --email, optional --latest.
The script emits compact JSON: available, resume_id, file_name, parse_status, score, rubric_version, risks, skills, dimension_count, has_raw_text. Missing users or resumes return ok=true with available=false.
Use the score, risks, and skills to answer what the Agent knows about the candidate. Say explicitly when no parsed/default resume is available. Do not invent experience beyond returned fields.
python skills/resume-profile-tool/scripts/inspect_resume_profile.py --self-test
python skills/resume-profile-tool/scripts/inspect_resume_profile.py --help
docker compose exec api python /app/skills/resume-profile-tool/scripts/inspect_resume_profile.py --email admin@example.com