with one click
agent_workspace
agent_workspace contains 17 collected skills from rolker, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Lead reviewer that orchestrates specialist sub-reviews (static analysis, governance, plan drift, adversarial) to evaluate a PR. Scales review depth to change risk. Produces a unified structured report.
Claude Code only — create or enter the worktree for an issue/skill and switch the session into it via the native EnterWorktree tool. Wraps worktree_create.sh / worktree_enter.sh so all project policy (issue checks, branch naming, skill allowlist, --plan-file draft PR, --workflow scaffolding) still applies.
Evaluate PR review comments (human and bot) against local code, principles, and ADRs. Includes CI check status. Classifies each as valid or false positive and presents a fix plan.
Generate a principles-aware work plan for an issue. Saves to `.agent/work-plans/` in the repo that owns the issue and commits as the first step on the feature branch.
Scan project repositories for GitHub issues, categorize them, flag stale items, and cross-reference with workspace tracking.
Read ROADMAP.md files, cross-reference with GitHub issues, detect staleness, and suggest prioritized next work.
Independent evaluation of a committed work plan before implementation begins. Checks scope, approach, principle alignment, consequences, and ROS conventions.
Evaluate a GitHub issue against workspace principles and ADRs before work begins. Posts findings as a comment on the issue.
Analyze tool-use logs and propose permission allowlist additions grouped by safety tier.
Track external projects for portable enhancements and interesting patterns. Supports fork-style file diffs and inspiration-style surveys with per-project digests.
Survey external sources on a topic and maintain living research digests. Workspace digest is tracked; project digest lives in the manifest repo.
Scan workspace repos and generate project knowledge summaries for `.agents/workspace-context/`. Requires a GitHub issue and project worktree on the target repo.
Interactive audit and onboarding for project repos. Checks for CI, pre-commit, agent guide, GitHub settings, and labels. Offers to fix gaps or open issues.
Check a project repo against workspace and project-level conventions. Reports governance coverage, documentation gaps, and test status.
Check the workspace against its own standards. Find rules without enforcement, drifted ADRs, stale docs, and missing consequences. Run periodically.
Generate or update project component documentation (README and API docs) by reading source code. Enforces the documentation verification workflow.
Scaffold, debug, and analyze test coverage for project components. Supports multiple test frameworks (GTest, PyTest, Jest, cargo test, go test, etc.).