Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

arc-raiders-autoscrapper

arc-raiders-autoscrapper 收录了来自 Ven0m0 的 32 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
32
Stars
0
更新
2026-04-29
Forks
0
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

lint-and-validate
软件质量保证分析师与测试员

Use when user wants to Run the Arc Raiders AutoScrapper validation stack after edits. Use for linting, typing, tests, workflow checks, and broader repo validation.

2026-04-29
data-snapshot-updater
软件开发工程师

Use when user wants to Update Metaforge snapshots and bundled default rules

2026-04-27
ocr-corpus-replay
软件质量保证分析师与测试员

Use when user wants to Validate OCR changes against failure corpus before shipping

2026-04-27
add-fixture
软件质量保证分析师与测试员

Add a new OCR regression fixture from an ocr_debug image. Use when a scan misidentified an item and you want to lock in the correct result as a test case.

2026-04-24
ci-promote
软件开发工程师

Use when user wants to Run full validation, push branch, and open a PR with appropriate context notes

2026-04-24
config-bump
软件开发工程师

Workflow for safely adding, removing, or renaming persisted config fields in config.py. Use whenever editing dataclass fields in src/autoscrapper/config.py. Covers incrementing CONFIG_VERSION, writing a migration function, and validating the round-trip.

2026-04-24
dead-code-sweep
软件开发工程师

Use when user wants to Find and remove genuine dead code using deadcode + vulture. Filters known false positives (dataclass fields, protocol methods, dunder hooks). Run before a cleanup commit.

2026-04-24
threshold-corpus-replay
软件质量保证分析师与测试员

Use when user wants to Replay OCR corpus against a candidate threshold value to validate before shipping a threshold change. Use specifically for changes to fuzzy match threshold or score_cutoff. For general OCR code changes, use /ocr-corpus-replay instead.

2026-04-24
metaforge-arc-raiders
软件开发工程师

Fetch Arc Raiders game data from the MetaForge community API - items, quests, ARCs, traders, and event timers.

2026-04-24
upstream-sync
软件开发工程师

Use when user wants to Sync fork from upstream (zappybiby/ArcRaiders-AutoScrapper) before pushing. Run this before any push or PR creation to avoid merge conflicts.

2026-04-24
verify
软件质量保证分析师与测试员

Use when user wants to Run the full validation suite (lint + types + tests) before marking any code change done.

2026-04-20
triage-failures
软件开发工程师

Use when user wants to Analyze OCR failure corpus to find systematic misreads, top error patterns, and whether unlisted items need rules added

2026-04-20
scan-report
软件开发工程师

Use when user wants to Summarize the last dry-run scan output from /tmp/scan-diag.txt and classify failures by type

2026-04-20
scan-failed
软件开发工程师

Use when user wants to Context for diagnosing scans where OCR read items correctly but sell/recycle decisions were wrong - rule precedence, fuzzy threshold, progress overrides

2026-04-20
patch-update
软件开发工程师

Use when user wants to Full new-game-patch pipeline - fetch Metaforge data, regenerate default rules, run verify, report items with no rule coverage.

2026-04-20
ocr-unavailable
软件开发工程师

Use when user wants to Triage guide for scans where item labels show "UNAVAILABLE" - root cause is context-menu OCR fuzzy-matching the game's greyed-out button label as the item name, not a missing action enum

2026-04-20
ocr-debug
软件开发工程师

Use when user wants to Context for debugging OCR misreads - coordinate spaces, preprocessing pipeline, cache state, and common failure patterns in inventory_vision.py

2026-04-20
failure-to-fix
软件开发工程师

Use when user wants to End-to-end scan failure pipeline - diagnose, identify root cause, fix, corpus replay, verify.

2026-04-20
benchmark
软件质量保证分析师与测试员

Use when user wants to Benchmark Tesseract tessdata model variants (fast vs best) for accuracy and speed tradeoffs

2026-04-20
add-rule
软件开发工程师

Use when user wants to Guided workflow for adding or editing a custom item rule in items_rules.json

2026-04-20
workflow-development
软件开发工程师

Create, debug, and optimize GitHub Actions workflows for this Python 3.13 / uv repository.

2026-04-20
validate
软件质量保证分析师与测试员

Run the correct validation checks for changed files in this repository (Python, workflows, guidance, and generated data).

2026-04-20
update-data
软件开发工程师

Use when user wants to Safely regenerate progress/data/*.json and items_rules.default.json via the update script

2026-04-20
mcp-use
软件开发工程师

Proactively discover and use MCP servers and MCP tools before native CLI tools. Use when searching, reading, editing, refactoring, planning, or researching so Copilot gets higher-signal results with less context waste

2026-04-20
language-optimization
软件开发工程师

Optimize code for readability, performance, maintainability, and security across Python. Use when asked to improve code quality, optimize performance, add type safety, or refactor for idioms

2026-04-20
docs-writer
软件开发工程师

Write, review, or edit technical documentation for any `.md` files or `docs/` directory. Use when asked to write docs, update README, or improve documentation quality.

2026-04-20
copilot-init
软件开发工程师

Refresh Copilot bootstrap guidance for this Python 3.13 / uv OCR repo. Use when asked to initialize Copilot guidance, update `copilot-setup-steps`, or improve repo-specific agent guidance.

2026-04-20
merge-to-main
软件开发工程师

Use when the user wants to commit staged changes, sync with upstream, merge into main, and push to the fork. Triggers on "merge my changes", "push to remote", "commit and push", "merge into main", "sync local changes", "get my changes onto main", "sync with upstream", "pull upstream changes", or any request to integrate staged/branch work into main and push. Pulls from upstream first so the fork always contains the latest game data and CI-generated files, then applies local changes on top and pushes to Ven0m0/arc-raiders-autoscrapper. Never pushes to the upstream repo.

2026-04-20
calibrate-vision
软件开发工程师

Workflow for recalibrating the context-menu crop constants in inventory_vision.py. Use when the context menu is being cropped at the wrong position, missed entirely, or when the game UI layout changes. Constants are normalized to 1920x1080.

2026-04-20
metaforge-arc-raiders
软件开发工程师

Fetch Arc Raiders game data from the MetaForge community API - items, quests, ARCs (enemies), traders, and event timers. Use when you need to: look up item stats/rarity/value/workbench by type or rarity; find quest requirements and rewards by trader; check trader buy prices; or get upcoming in-game event schedules. Base URL: https://metaforge.app/api/arc-raiders. No auth required. Attribution to metaforge.app/arc-raiders required in public projects. Commercial use requires contacting MetaForge via Discord first.

2026-04-20
precommit-fix
软件开发工程师

Diagnose and fix pre-commit hook failures in this repo. Covers rumdl frontmatter, stale staged entries, and large-file check issues.

2026-04-20
threshold-change
软件开发工程师

Safe workflow for changing fuzzy-match threshold or OCR confidence cutoff values. Use whenever editing threshold/score_cutoff in core/item_actions.py or ocr/inventory_vision.py. Corpus replay required before shipping - see T001.

2026-04-20