Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
在线模式原先只查询 GitHub 用户资料,却把默认的 0 Stars 显示为已验证结果;本地导入还会递归累加同一仓库的重复快照或多个 Star 字段。这次改为查询全部分页的本人公开仓库,并按仓库身份去重,明确区分真实零、未获取和不完整数据。
同时将仓库整理为可直接安装的 TalentAIQ Skill:根目录包含 SKILL.md、UI 元数据和可从任意目录调用的脚本入口。入口要求显式指定目标仓库,保留候选人授权、默认脱敏及人工面试证据边界,原命令行用法继续可用。
相关优化:
验证:25 项 unittest 通过;Skill 结构校验通过;真实 GitHub API 统计与独立查询一致;从安装目录之外运行 Skill,可生成全部六类产物。