Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
TobiasLaross
GitHub creator profile

TobiasLaross

Repository-level view of 14 collected skills across 1 GitHub repositories, including approximate occupation coverage.

skills collected
14
repositories
1
occupation fields
2
updated
2026-05-25
repository explorer

Repositories and representative skills

#001
dotfiles
14 skills10updated 2026-05-25
100% of creator
code-commenter
مطوّرو البرمجيات

Adds, reviews, or improves code comments so they explain intent and rationale rather than restating mechanics. **PROACTIVELY invoke in either of these cases: (1) you are about to write, modify, or extend a comment in any source file — including inline comments added during feature work or bug fixes; (2) you are modifying code that has a comment within a few lines above, below, or attached to it (doc comment, inline note, TODO, invariant, workaround marker) — because the edit may invalidate, contradict, or outdate that comment.** Also invoke whenever the user asks to comment code, review comments, or clean up noisy comments. Run it BEFORE committing any change that touches comments OR code adjacent to comments.

2026-05-25
humanizer
مطوّرو البرمجيات

Rewrites text or comments to remove AI writing tics (delve/leverage/robust, tricolons, em-dash overuse, empty intros and closers, cheerleader tone) and make them sound like a human engineer wrote them. **Use after generating any prose Claude wrote: commit messages, code comments, PR descriptions, READMEs, story.md / design.md / spec docs, release notes, Slack/email drafts** — or whenever the user says something "sounds like AI", "is too markety", "is too flowery", or asks you to tighten/dehydrate the wording. Preserves meaning exactly; only the style changes.

2026-05-25
repo-context
مطوّرو البرمجيات

Scans all repos in ~/Developer/work/ and ~/Developer/personal/, then creates or updates a context file per repo at ~/.claude/repo-context/<repo-name>.md. Use when the user runs /repo-context.

2026-05-25
feature-auto
مطوّرو البرمجيات

End-to-end autonomous feature flow. Runs /feature-plan for the interactive story + Q&A phase, then subagents orchestrated from this session handle implementation, code review, fixes, linting, full test runs, coverage top-up, commits, and PR creation for every repo involved. Use when the user wants the whole plan-to-PR flow handled hands-off — even if they just say "do the whole thing", "plan and ship it", or "auto feature X". Does NOT run /feature-done; the feature folder stays active until PRs merge.

2026-05-17
bugfix
محللو ضمان جودة البرمجيات والمختبرون

Investigate a bug, write a failing test, then implement and review a fix. Use when the user runs /bugfix with an optional ticket number and description.

2026-05-12
feature-done
مطوّرو البرمجيات

Verify a feature is complete and archive it by moving it to ~/.claude/features/done/. Use whenever the user says a feature is finished, done, or ready to close — even if they don't say /feature-done explicitly. Checks that all acceptance criteria are implemented and reviewed in story.md before moving, so nothing gets archived with loose ends.

2026-05-12
feature-code-review
محللو ضمان جودة البرمجيات والمختبرون

Review implemented feature code by delegating to /review-code with feature context. Uses story.md acceptance criteria as the requirements source. Outputs structured findings to review-fixes.md for follow-up with /feature-code-fix.

2026-05-06
feature-code-fix
مطوّرو البرمجيات

Apply fixes from a feature code review, batched by file, with test verification. Use after /feature-code-review — or any time review-fixes.md exists and the user wants the findings addressed, even if they just say "fix it" or "apply the review". Unchecks Action Required in story.md for every criterion whose findings were resolved, closing the review cycle before /feature-done.

2026-04-22
Showing top 8 of 14 collected skills in this repository.
Showing 1 of 1 repositories
All repositories loaded