Add feapder crawler Codex skill#312
Open
ShellMonster wants to merge 2 commits into
Open
Conversation
Contributor
Author
|
补充一个这个 Skill 能解决的具体例子: feapder 的 data = response.json而不是: data = response.json()但如果没有这个 Skill,AI 即使读过源码和文档,也很容易被 这个 PR 里的 Skill 把这类 feapder 专属 API 差异收进了 |
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.
Summary
Add a Codex Skill for feapder crawler development under
Skills/feapder-crawler.The skill packages feapder usage guidance for AI agents, covering:
AirSpider,Spider,TaskSpider,BatchSpiderfeapder create -p <project_name>andfeapder create -s <spider_name>setting.pyThe guidance text is written in Chinese, while code, class names, commands, and config identifiers remain in English.
Testing
Ran Codex Skill validation:
Result:
Skill is valid!Ran approximately 76 Codex sub-agent evaluation cases while developing and tuning the skill:
45 trigger and boundary cases:
10 output adherence prompts, checked across 20 expected behaviors:
ITEM_PIPELINES8 authorization and fallback cases:
requests, Scrapy, standalone Playwright, handwritten CSV, or direct SQL8 project creation and settings cases:
setting.pyincremental editsITEM_PIPELINESfeapder create -p<project_root>/spiders/usingfeapder create -sFocused retests after tuning:
exception_requestandfailed_request