Skip to main content
xashgg
GitHub creator profile

xashgg

Repository-level view of 85 collected skills across 4 GitHub repositories.

skills collected
85
repositories
4
updated
Aug 9, 2026
repository explorer

Repositories and representative skills

audit-reproducibility
software-quality-assurance-analysts-and-testers

Enforce the replication-protocol.md rule by cross-checking numeric claims in a manuscript against the actual R / Stata / Python outputs. Report PASS/FAIL per claim against tolerance thresholds. Use before submission and before releasing a replication package.

Aug 9, 2026
capture-environment
software-developers

Snapshot the computational environment for a replication package — detects the analysis stack (R / Stata / Python) and emits the right lockfiles (renv.lock + sessionInfo.txt, requirements.txt / environment.yml / uv.lock, Stata version + ado package list),…

Aug 9, 2026
checkpoint
software-developers

Save a structured state snapshot before stopping or handing off. Captures the active plan, recent decisions, file pointers (with line numbers), open questions, and the next 1–3 actions into a checkpoint file under `quality_reports/checkpoints/`. Optionally…

Aug 9, 2026
coauthor-brief
software-developers

Generate a co-author / collaborator handoff brief for a multi-author, multi-machine project — summarizing what changed since the last brief (git delta), the current state of each artifact (manuscript, analysis, slides), open questions, how to reproduce…

Aug 9, 2026
commit
software-developers

Stage, commit, push, open a PR, and merge to main. Use ONLY on explicit commit intent — user says "commit", "ship it", "push this", "open a PR", "merge to main", "let's commit this", or prefixes with `$commit`. Do NOT auto-invoke on vague end-of-task phrases…

Aug 9, 2026
compile-latex
software-developers

Compile a Beamer LaTeX slide deck with XeLaTeX (3 passes + bibtex). Use when user says "compile", "build the slides", "rebuild the PDF", "run latex", "render the tex", or asks why a `.tex` file isn't producing a PDF. Operates on `Slides/*.tex`.

Aug 9, 2026
compress-session
software-developers

Distill the current conversation into a structured note (decisions made, open questions, file pointers with line numbers, next 1–3 actions) and save to `quality_reports/session_logs/` before auto-compression. Differs from `$checkpoint` (explicit stop-point…

Aug 9, 2026
context-status
software-developers

Show current context status and session health. Use to check how much context has been used, whether auto-compact is approaching, and what state will be preserved.

Aug 9, 2026
Showing 8 of 82 collected skills.
Showing 4 of 4 repositories
All repositories loaded