archived/jenkins-cli/SKILL.md
指导如何通过 Jenkins CLI 与 Jenkins 服务器进行交互。
npx skillsauth add cruldra/skills jenkins-cliInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
指导如何通过 Jenkins CLI 与 Jenkins 服务器进行交互。
jks help命令来查看可用的 Jenkins CLI 命令列表。jks命令不可用,先从https://jenkins.ailoveworld.cn/jnlpJars/jenkins-cli.jar(或者用户另行指定的地址)下载 Jenkins CLI 工具。jenkins-cli.jar文件放在该路径下。默认放到~/Applications/jenkins-cli/jenkins-cli.jarJENKINS_USERNAME和JENKINS_API_TOKEN,如果没有找到,则提示用户输入 Jenkins 的用户名和 API Token.zshrc或者.bashrc(取决于当前使用的 shell)文件中添加jks别名,比如alias jks='java -jar /home/cruldra/Applications/jenkins-cli/jenkins-cli.jar -s https://jenkins.ailoveworld.cn/ -auth cruldra:1134e00c853945dc9749af3dd439142606 '
jks help命令来验证 Jenkins CLI 是否配置成功。testing
智能体 UAT 验收测试技能。用于验证智能体在真实场景下的表现是否满足预期。支持任意智能体框架(langchain、langgraph、deepagents、crewai 等)。触发词:测试智能体、验收测试、agent test、UAT
tools
Use when you need to create a Gitea issue, update its spec/plan markers, read or merge an issue's state JSON, or post a PR review comment in a repo that uses the spx CLI (superpowers-vscode workflow).
development
Use when implementing, modifying, refactoring, or reviewing code and the agent must follow explicit coding standards for simplicity, readability, maintainability, testability, project conventions, and minimal safe changes.
development
Use when integrating the deepagents SDK into a Python project — creating agents, configuring backends, adding subagents, middleware, memory, or skills. Also use when debugging deepagents agents or choosing between StateBackend, FilesystemBackend, and LocalShellBackend.