General
PromptBeginner5 minmarkdown
Untitled Skill
193
analyzerクレートは、scraperが抽出したテキストを処理してCardFeatureを検出します。
Loading actions...
Main instructions and any bundled files for this skill.
analyzerクレートは、scraperが抽出したテキストを処理してCardFeatureを検出します。 以下の記号は絶対に削除してはいけません:
【】 brackets: 能力検出に使用(【アサシン】, 【チャーム】, 【ライフバースト】など)《》 brackets: ゲームメカニック検出に使用(《ガードアイコン》, 《クラフト》など): colons: タイミング検出に使用(出:, 自:, 起:など)Scraper (scraper/src/raw_card.rs):
replace_img_tags_with_alt(): IMGタグをalt属性のテキストに置換【】, 《》)は保持されるAnalyzer (analyzer/src/raw_card_analyzer.rs):
to_half(): 全角英数字を半角に変換【】, 《》)はそのまま保持されるFeature Detection (shared/feature/src/lib.rs):
出:, 自:)が消失CardFeature検出が期待通りに動作しない場合:
to_half()関数が記号を保持しているか確認統合テストを作成する際は、必ず記号を含むカードでテストすること:
【】を含む能力(例:【アサシン】)《》を含むアイコン(例:《ガードアイコン》):を含むタイミング(例:出:)TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks