Implements Tessl skill review GitHub Actions workflows in your repository through an interactive, configuration-first wizard.
Does it follow best practices?
Evaluation — 99%
↑ 1.24xAgent success when using this tile
Validation for skill structure
Acme Corp maintains a large monorepo that houses multiple products, each with their own skill collections. The repository structure uses a non-standard organization:
develop (not main)packages/*/agent-skills/**/*.skill.md (not **/SKILL.md)ci-cache/tessl/scores.json to keep it separate from workflow configsThe DevOps team needs automated skill review but requires custom configuration to work with their unique repo structure. They want to set up the workflow with these specific settings while maintaining all the modern v4 features like score diff tracking.
The team has specific requirements:
develop branchThe repository is internal, so a single-workflow architecture is appropriate.
Create a custom configuration solution that includes:
custom_setup.sh): Script that creates workflow with template variable substitutionCONFIG_SUMMARY.md): Document showing the final configuration table with all custom settingsverify_substitution.sh): Script that confirms all three template variables (TARGET_BRANCH, TRIGGER_PATHS, CACHE_FILE) were properly replacedThe following files represent the current repository state. Extract them before beginning.
Install with Tessl CLI
npx tessl i tessl-labs/tessl-workflow-installerevals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5