Verifies that the skill pipeline and bash tool execution are functioning correctly within the agent environment.
Serves as a minimal diagnostic tool to validate the Agent Skills Spec and ensure the skill pipeline is properly integrated with the environment. It enables a simple verification process by executing a bash script that returns a greeting, making it ideal for troubleshooting setup issues or confirming that the agent has the necessary permissions to run local tools. This skill is intended strictly for demonstration and testing purposes rather than production logic.
주요 기능
01Minimalist verification of skill pipeline health
020 GitHub stars
03Bash script execution via absolute file paths
04Parameter support for customized output testing
05Standardized diagnostic feedback for environment readiness
사용 사례
01Testing if a new skill installation is working as expected
02Debugging environment path or tool execution issues