Skip to content

✨ feat(agent): add ai-job-transition-resume and learn-anything agents#1508

Open
bob798 wants to merge 1 commit intolobehub:mainfrom
bob798:main
Open

✨ feat(agent): add ai-job-transition-resume and learn-anything agents#1508
bob798 wants to merge 1 commit intolobehub:mainfrom
bob798:main

Conversation

@bob798
Copy link
Copy Markdown

@bob798 bob798 commented Mar 16, 2026

  • ai-job-transition-resume: AI 岗位转型简历优化助手,帮助用户把现有经历转化为符合 AI 工程师/售前等岗位要求的竞争力叙述
  • learn-anything: 结构化学习策略专家,帮助用户用最短路径掌握任何新技术或技能

📝 信息 | Information

✅ 检查列表 | Checklist:

  • 我已阅读了 Readme.md
  • 描述是用英文编写的。
  • meta.jsonagent_template.json 没有被修改过。
  • entry 放置在 agents 目录中,并且使用 .json 文件扩展名。

  • I have read the Readme.md
  • The description is written in English.
  • The meta.json and agent_template.json have not been modified.
  • The entry is placed in the agents directory with the .json file extension.

Summary by Sourcery

Add two new Chinese-language agents for AI job transition resume optimization and structured learning planning.

New Features:

  • Introduce the ai-job-transition-resume zh-CN agent configuration to help users adapt existing experience to AI-related roles.
  • Add the learn-anything zh-CN agent configuration to guide users in efficiently mastering new technologies or skills.

- ai-job-transition-resume: AI 岗位转型简历优化助手,帮助用户把现有经历转化为符合 AI 工程师/售前等岗位要求的竞争力叙述
- learn-anything: 结构化学习策略专家,帮助用户用最短路径掌握任何新技术或技能

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@sourcery-ai
Copy link
Copy Markdown

sourcery-ai Bot commented Mar 16, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Adds two new Chinese-language agents, one for AI job-transition resume optimization and one for structured learning planning, by introducing their agent JSON definitions without modifying shared templates or metadata.

File-Level Changes

Change Details Files
Introduce AI job-transition resume optimization agent configuration.
  • Create a new zh-CN agent entry defining an assistant that transforms a user’s existing experience into narratives tailored to AI engineer / AI presales roles.
  • Specify prompt/instructions, role definition, and likely default parameters (language, tone, target positions, constraints) for the resume-optimization workflow.
  • Ensure the new agent file integrates with the existing agents loading mechanism by following the standard JSON structure and naming/locale conventions.
src/ai-job-transition-resume.zh-CN.json
Introduce structured learning-strategy agent configuration for learning any new technology or skill.
  • Create a new zh-CN agent entry defining an assistant that designs shortest-path, structured learning plans for arbitrary topics.
  • Specify prompt/instructions, role definition, and likely default parameters (goal clarification, prerequisite assessment, roadmap breakdown, practice/feedback loops).
  • Ensure the new agent file conforms to the existing agent schema so it is discoverable and usable by the host application.
src/learn-anything.zh-CN.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@lobehubbot
Copy link
Copy Markdown
Member

👍 @bob798

Thank you for raising your pull request and contributing to our Community
Please make sure you have followed our contributing guidelines. We will review it as soon as possible.
If you encounter any problems, please feel free to connect with us.
非常感谢您提出拉取请求并为我们的社区做出贡献,请确保您已经遵循了我们的贡献指南,我们会尽快审查它。
如果您遇到任何问题,请随时与我们联系。

Copy link
Copy Markdown

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've left some high level feedback:

  • The new agent JSON files are added under src/, but the project checklist specifies that entries should live in the agents directory, so please move them to match the existing structure.
  • Compare the structure and key naming in these new agent JSON files with existing *.zh-CN.json agents to ensure consistent fields (e.g., role, style, and prompt sections) and avoid diverging schema conventions.
Prompt for AI Agents
Please address the comments from this code review:

## Overall Comments
- The new agent JSON files are added under `src/`, but the project checklist specifies that entries should live in the `agents` directory, so please move them to match the existing structure.
- Compare the structure and key naming in these new agent JSON files with existing `*.zh-CN.json` agents to ensure consistent fields (e.g., role, style, and prompt sections) and avoid diverging schema conventions.

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@ONLY-yours
Copy link
Copy Markdown
Member

现在这个仓库已经draft了,请直接在 app.lobehub.com 或者自部署上,上传你的 agent 直接到市场中即可 @bob798

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants