go_computer_use_mcp_server: Skill for Claude Code

.codex/skills/aif-ci/SKILL.md

aif-ci is a skill for Claude Code, Codex from hightemp/go_computer_use_mcp_server. It costs 51 tokens per session (4,494 once invoked), scanned A, original, no licence file.

A generator for CI/CD pipelines, which automatically check and build code when changes are submitted. It supports GitHub Actions and GitLab CI with linting, static analysis, tests, and security checks.

In plain words
What is it for?
Use it when creating a GitHub Actions or GitLab CI pipeline with code-quality, test, and security stages.
Why use it?
It helps set up repeatable checks so problems can be found before code is merged or deployed.

Skill for Claude CodeCodex

Written for Claude Code and Codex: allowed-tools in frontmatter, but also installed under .codex/.

This is hightemp/go_computer_use_mcp_server's own configuration. It tells Claude Code and Codex how to work on go_computer_use_mcp_server itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything go_computer_use_mcp_server configures →

Reuse

Borrowing it

Nothing to install: this file belongs to hightemp/go_computer_use_mcp_server. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/hightemp/go_computer_use_mcp_server/main/.codex/skills/aif-ci/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/hightemp/go_computer_use_mcp_server

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for aif-ci

README.md
[![agentmods](https://agentmods.dev/badge/skills/hightemp/go_computer_use_mcp_server/aif-ci.svg)](https://agentmods.dev/skills/hightemp/go_computer_use_mcp_server/aif-ci)
Your own site
<a href="https://agentmods.dev/skills/hightemp/go_computer_use_mcp_server/aif-ci"><img src="https://agentmods.dev/badge/skills/hightemp/go_computer_use_mcp_server/aif-ci.svg" alt="Measured on agentmods" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,494 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00051 $0.04494
Opus 5 $0.00026 $0.02247
Sonnet 5 $0.00010 $0.00899
Haiku 4.5 $0.00005 $0.00449

Measured 7d ago against content hash 9b0165002a90, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

aif-ci scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.codex/skills/aif-ci/SKILL.md · 481 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 481 lines · 51 tokens per session scan A 9b0165002a90

Subscribe to this mod's changes

aif-ci is a skill published in the GitHub repository hightemp/go_computer_use_mcp_server (2 stars, last pushed 3mo ago), with no licence file. It adds 51 tokens to every session and 4,494 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

blazemeter-integrations

Comprehensive guide for BlazeMeter Integrations, including APM tools, CI/CD pipelines, and development tools. Use when working with integrations for (1) Integrating APM tools (AppDynamics, Datadog, New Relic, CloudWatch, DX APM, Dynatrace, Delphix), (2) Integrating CI/CD tools (Jenkins, GitHub Actions, GitLab CI/CD…

Blazemeter/bzm-mcp · 131 tokens

test-driven-development

Use when implementing any feature or bugfix, before writing implementation code.

Wide-Moat/open-computer-use · 17 tokens

playwright-cli

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

Wide-Moat/open-computer-use · 52 tokens

webapp-testing

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

Wide-Moat/open-computer-use · 35 tokens

springboot-verification

Verification loop for Spring Boot projects: build, static analysis, tests with coverage, security scans, and diff review before release or PR.

JunMystery/Agent-Guidance-Python · 32 tokens

ci

Configure Ginkgo for continuous integration — the recommended CLI flag set and the rationale for each flag (-r -p --randomize-all --randomize-suites --fail-on-pending --fail-on-empty --keep-going --cover --race --trace --json-report --timeout --poll-progress-after/-interval), invoking via go run to pin the CLI to…

onsi/ginkgo · 132 tokens