CtrlK
BlogDocsLog inGet started
Tessl Logo

rshell

github.com/DataDog/rshell

Skill

Added

Review

fix-ci-tests

Diagnose and fix CI failures on a GitHub PR by analyzing failing checks, reading logs, and applying fixes

fix-local-tests

Fix failing tests by prioritising shell implementation fixes to match bash behaviour

review-fix-loop

Self-review a PR, fix all issues, and re-review in a loop until clean. Coordinates code-review, address-pr-comments, and fix-ci-tests skills.

code-review

Comprehensive code review covering security, correctness, bash compatibility, test coverage, and code quality. Use for PRs, commits, or any code changes.

improve-loop

Systematically review and improve every shell feature and builtin command. Iterates through each feature/command, runs code-review, fixes issues, and re-reviews until clean.

implement-posix-command

Implement a new POSIX command as a builtin in the safe shell interpreter

improve-test-coverage

Improve test coverage for shell features and commands using reference test suites from yash, GNU coreutils, and uutils/coreutils

address-pr-comments

Read PR review comments, evaluate validity, implement fixes, push changes, and reply/resolve threads

gtfobins-validate

Validate shell builtins against GTFOBins attack patterns to ensure exploits are blocked by the sandbox