Skip to main content
Run any Skill in Manus
with one click
tkarcheski
GitHub creator profile

tkarcheski

Repository-level view of 12 collected skills across 1 GitHub repositories.

skills collected
12
repositories
1
updated
2026-07-04
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

repository explorer

Repositories and representative skills

rfc-worktree
software-developers

Sets up new rfc (robotframework-chat) work on its own branch in an isolated git worktree at ../AI/rfc/worktree/<branch>. Branches from a base of the user's choice (defaults to origin/claude-code-staging), copies .env, runs `uv sync`, and runs the CLAUDE.md baseline checks so you land on a green, isolated checkout. Prefer this over the generic using-git-worktrees skill when the working directory is rfc.

2026-07-04
audit-robot-reports
software-quality-assurance-analysts-and-testers

Audits Robot Framework coverage from `make run-local-models` in the rfc repo (robotframework-chat) — i.e. answers "which models have been tested against which suites?". Builds a model × test-suite coverage matrix for the latest rfc version, writes a markdown report to `.claude/audits/`, and commits the latest results (the `results/` submodule is LFS-tracked). Also the entry point for launching the multi-hour `make run-local-models` run detached and doing status check-ins.

2026-07-04
triage-issues-prs
software-developers

The shared triage + engage policy for the rfc (robotframework-chat) issue/PR monitoring agents. Defines the label taxonomy, when to assign/comment/flag stale, what to auto-handle versus escalate to the owner, hard safety rails (never close/merge/force-push/delete), idempotency rules, a per-sweep action cap to prevent comment floods, and where to write reports. Invoked identically by all three monitoring layers — the 30-min cloud heartbeat, the GitHub Actions checkpoint workflow, and the local webhook listener — so behaviour is the same no matter what woke the agent.

2026-06-12
self-healing-iq
software-quality-assurance-analysts-and-testers

Closes the loop on the rfc self-healing listener: analyse and heal real suite failures, and ratchet difficulty upward (the IQ scale) for suites that always pass. Trigger when a robot suite fails repeatedly, when SelfHealingListener events show exhausted retries, when the coverage audit shows a suite at 100% pass across all models, or when the user says "self-heal this suite", "tests are too easy", "raise the IQ", or "why does this suite always pass".

2026-06-11
creating-prs
software-developers

The robotframework-chat pull-request workflow: rebase onto claude-code-staging, self-review the full diff, run the verification suite and capture output, bump the version, fill in every section of the PR template (summary, how-to-review, evidence of testing, critical changes, checklist), create the PR, and monitor it for feedback.

2026-05-27
reviewing-prs
software-quality-assurance-analysts-and-testers

How to review a pull request in robotframework-chat: picking the right scope (whole-branch vs remote-only vs uncommitted), gh tooling caveats, verifying claims against the actual files before recommending changes, and the exact report structure (quality, suggestions, risks, coverage, security, verdict).

2026-05-27
running-robot-suites
software-quality-assurance-analysts-and-testers

How to run real Robot Framework suites in robotframework-chat and where output lands: the 5-tuple watermark (rfc_version, model/harness, suite, hostname, session_id), when you are the agent harness vs when the LLM under test is the model, the MODEL_HARNESS vs DEFAULT_MODEL distinction, terminal vs web session constraints, and committing output.xml.

2026-05-27
converting-tests
software-quality-assurance-analysts-and-testers

Migrates tests from other frameworks (pytest-only, unittest, shell scripts, ad-hoc scripts) into the robotframework-chat tiered test system. Covers the tier decision tree, mapping assertions to Robot Framework keywords, extracting Python logic into keyword libraries, parameterized tests, fixtures, tagging, and suite registration.

2026-05-27
Showing top 8 of 12 collected skills in this repository.
Showing 1 of 1 repositories
All repositories loaded
tkarcheski Agent Skills | SkillsMP