Skip to main content
Run any Skill in Manus
with one click
GitHub repository

health-equity-tracker

health-equity-tracker contains 8 collected skills from SatcherInstitute, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
8
Stars
23
updated
2026-07-16
Forks
26
Occupation coverage
3 occupation categories · 100% classified
repository explorer

Skills in this repository

pr
software-quality-assurance-analysts-and-testers

Polish an open PR for review. Classify the diff by bucket (frontend / python / go) and run only the relevant checks — Biome+tsc+Playwright for frontend, black+pylint+pytest for python, build+test for go. Address open review comments, update CLAUDE.md docs if stale, rewrite the PR title and description, then watch CI until all checks pass (diagnosing and reporting any failures). Use when the user wants to close out a PR, verify it's ready for review, or run /pr.

2026-07-16
review
software-quality-assurance-analysts-and-testers

Senior engineer review of the open PR (or a specified PR number) across four lenses - scientific accuracy, sensitive language, maintainability, and accessibility. Delivers findings inline in the conversation as plain readable prose. Silently writes a GitHub-formatted version to /tmp/het-review.md for optional posting via /review-post. Advances health equity by catching data errors, harmful language, and a11y failures before they reach users.

2026-07-06
release
software-developers

Cut a new production release — pre-flight checks, auto-increment tag, publish GitHub release, monitor prod deploy, verify prod loads, targeted Playwright smoke tests, then trigger nightly E2E. Use when the user wants to ship a release or run /release.

2026-06-28
infra-test
network-and-computer-systems-administrators

Force-push the current branch to infra-test to trigger a GCP deploy, wait for it to complete, then run each associated DAG pipeline one at a time and wait for each to finish. On full success, updates the PR description with a checklist confirming real GCP infra-test results. Use when the user wants to verify backend changes on the test environment before merging, or run /infra-test.

2026-06-18
review-post
software-developers

Mechanical half of /review - posts a pre-written review body to GitHub and auto-resolves any threads that the current HEAD has already addressed. Called by /review after the analysis is complete; can also be run standalone to re-post or to clean up resolved threads on an existing PR.

2026-06-12
screenshot-pr
software-developers

Take responsive screenshots of the current branch's frontend work and embed them into the open PR's Screenshots section. Use when the user wants to capture UI screenshots for a pull request, add screenshots to a PR, or run /screenshot-pr.

2026-06-09
split
software-developers

Split a cluster of tangential file changes out of the current PR into a focused pre-PR (merges before) or follow-up PR (merges after). Both modes add merge-order notes to both PRs and cross-reference each other. Use when the user wants to extract unrelated changes from a feature branch, or run /split.

2026-06-05
merge
software-developers

Force-merge an open PR to main (bypassing review requirements), delete the local branch, pull the updated main, and push it to the personal fork remote. Use when the user wants to close out a PR without waiting for review, or run /merge.

2026-06-03