← all publishers

playerrch

@playerrch source repo

9 published skills

  1. Schedule Perf Test · playerrch bundle
    Schedule a one-time Windows Task Scheduler job to run the k6 boundary performance test script (perf/run-boundary-all.ps1) at a specified Beijing time. Use when the user asks to schedule, delay, or time a performance test run.
    0 installs
  2. Three Layer Testing · playerrch
    Run unit + integration tests after every meaningful code change, and add system/E2E only when the change has broad architectural impact. After each coding task the skill executes the unit and integration layers from fast to slow, fixes every failure with a test-first regression, and produces a PASS/FAIL summary plus a bug-triage table. The system/E2E layer is **conditionally** triggered — only when the diff touches architecture, schema, auth, middleware stack, public routes, or multi-module flows; small/localized changes stop at integration. Use after the user finishes implementing a feature, bug fix, refactor, or dependency bump; when the user explicitly asks 跑测试 / 回归 / 全量测试 / run tests / regression / test cycle; or as the final verification step before concluding any coding task. The skill auto-discovers the project's test framework (pytest, npm test, go test, cargo test, etc.), skips E2E gracefully when runtime deps are missing, and enforces "no new failures and no pass-rate regression" as the exit criteri
    0 installs
  3. Thesis Diagram Rules · playerrch
    Generate architecture, workflow, ER, and module diagrams for the graduation thesis "单一课程场景下智能教学 Agent 的模块化设计与实践" using a unified, advisor-approved visual style. Use this skill whenever the user asks to "画一张图", "重新出图", "画架构图", "更新图片", "改图", "redraw figure", or otherwise requests any figure that will end up in the thesis or its revision packages (`docs/论文修改内容包_*.docx`, `docs/论文图片更新包_*.docx`, `docs/饶纯含--毕业论文_*.docx`). The skill encodes every figure rule the advisor and the student have signed off on so the agent does not have to re-discover them.
    0 installs
  4. Generate Perf Report · playerrch bundle
    Generate a professional Word (.docx) stress test report from k6 boundary performance test results. Triggers: when the user asks to produce a pressure test report, stress test report, or 压力测试报告 from k6 results in perf/results/. Parses per-API step/bisect/repeat JSON files and summary.txt, identifies each API's concurrency limit, and outputs a branded .docx with company header, themed colors, and structured sections. All document text is in Chinese.
    0 installs
  5. Preflight Readme Scan · playerrch
    Forces a lightweight README reconnaissance before any broad code exploration or multi-file modification in an unfamiliar repository. Use at the start of every new conversation on a project the agent has not yet read, whenever the user asks an open-ended question like "this project does what / how do I add X / where is Y", and before the agent would otherwise reach for SemanticSearch, Glob, or repeated Grep passes to understand the codebase. Reads the top-level README.md first, then only the folder-level README.md files relevant to the task, explicitly skipping dependency / cache / data folders. Cuts token cost significantly compared to ad-hoc exploration because each folder README is a pre-organized structural index.
    0 installs
  6. Git Repo Sync Changelog · playerrch bundle
    Sets up and runs Git remote pull sync plus post-sync change logs with impact and cause analysis. Default analysis uses Cursor SDK local agent with model composer-2.5. Use when the user asks to sync a git repo, pull remote updates, track code changes, �ֿ�ͬ��, ��ȡͬ��, ������˵��, Զ�̱������, repo-sync, or daily scheduled backend sync. Only use rule-based-only or non-Cursor analysis when the user explicitly requests another method.
    0 installs
  7. Maintain Folder Readmes · playerrch
    Keeps every folder README.md in sync with the actual content after code changes. Use when the agent finishes a coding task that added, removed, moved, renamed, or changed the responsibility of files in any business folder, or when the user asks to "update the README", "sync folder docs", "整理文件夹 说明", "更新 README", or "每次改动后同步文件夹说明". Identifies touched folders, reviews each against the README template matching its category (business / tool / data-artifact), and updates the corresponding README.md so that file lists, responsibilities, and cross-links stay accurate.
    0 installs
  8. Self Learning Anonymizer · playerrch bundle
    Implements self-learning data anonymization systems that automatically discover sensitive field patterns from large document corpora, generate adaptive anonymization rules, and execute comprehensive data masking while maintaining referential integrity.
    0 installs
  9. Cleanup Deprecated Artifacts · playerrch
    Safely removes deprecated files, stale caches, and superseded code from a project while preserving anything still referenced. Use when the user asks to "清理", "整理", "清掉废弃", "remove deprecated", "cleanup legacy", "tidy up the repo", or when the agent spots obvious leftovers such as `tmp_*.html`, `setup_*.py` replaced by newer tooling, old prompt files, or abandoned yml references. Classifies each candidate into zero-risk / low-risk / high-risk tiers, runs a reference scan before deletion, updates cross-file links, and reports a clear before/after summary.
    0 installs