rg-skill

star 0

Fast trigger for Python regression hardening workflows. Use when the user says "Run RG skill" or wants quick failing-test-first regression coverage for a Python repository, including targeted pytest updates, focused verification, and risk reporting.

dbgnvan2 By dbgnvan2 schedule Updated 2/14/2026

name: rg-skill description: Fast trigger for Python regression hardening workflows. Use when the user says "Run RG skill" or wants quick failing-test-first regression coverage for a Python repository, including targeted pytest updates, focused verification, and risk reporting.

RG Skill

Goal

Provide a short, easy invocation alias for regression-focused testing work.

Invocation Pattern

  • Preferred user command: Run $rg-skill on <repo-path> for <bug/regression>
  • If details are missing, infer practical defaults and proceed.

Workflow

  1. Reproduce the bug first
  • Add or update a failing pytest that captures the regression.
  1. Add regression protection
  • Implement focused tests for nearby edge cases.
  • Reuse existing fixtures and project test style.
  1. Verify quickly
  • Run targeted pytest scope first.
  • Run broader tests only when needed.
  1. Report
  • Return PASS/FAIL test outcomes.
  • List touched tests/files.
  • Note remaining risk gaps.

Scope

  • Designed for Python repositories.
  • For trans-summary, align with existing markers/tooling (live_api, integration, ruff) and default to offline-safe checks.
Install via CLI
npx skills add https://github.com/dbgnvan2/trans-summary --skill rg-skill
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator