Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

arc-raiders-autoscrapper

arc-raiders-autoscrapper contient 32 skills collectées depuis Ven0m0, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
32
Stars
0
mis à jour
2026-04-29
Forks
0
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

lint-and-validate
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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

2026-04-27
ocr-corpus-replay
Analystes en assurance qualité des logiciels et testeurs

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

2026-04-27
add-fixture
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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

2026-04-24
config-bump
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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

2026-04-24
upstream-sync
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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

2026-04-20
triage-failures
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-04-20
benchmark
Analystes en assurance qualité des logiciels et testeurs

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

2026-04-20
add-rule
Développeurs de logiciels

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

2026-04-20
workflow-development
Développeurs de logiciels

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

2026-04-20
validate
Analystes en assurance qualité des logiciels et testeurs

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

2026-04-20
update-data
Développeurs de logiciels

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

2026-04-20
mcp-use
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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