Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

ctoc

ctoc enthält 101 gesammelte Skills von robotijn, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
101
Stars
3
aktualisiert
2026-07-18
Forks
2
Berufsabdeckung
17 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

advocate-lens
Sonstige Computerberufe

Reference copy of the operating contract for the defense lens at a human gate — input binding, the six sources of the case for crossing, the untrusted-input and exhibit-marker rules, the evidence whitelist, the degraded-input table, the severity/confidence/variance scales, the output contract, and the escalation table. NOT preloaded into any agent. agents/iron-loop/advocate-critic.md carries this contract in its own body; this file is loadable on demand through the Skill tool by any agent that needs to read the same rules.

2026-07-18
ai-code-quality-reviewer
Softwarequalitätssicherungsanalysten und -tester

Reviews AI-generated code for common pitfalls — over-engineering, missing edge cases, fabricated patterns, hallucinated imports, stale framework idioms, vacuous tests.

2026-07-17
hallucination-detector
Softwarequalitätssicherungsanalysten und -tester

Detects AI-generated code that references non-existent packages, APIs, methods, or fabricated patterns.

2026-07-17
llm-security-tester
Informationssicherheitsanalysten

Paranoid LLM red-team analyst — scans applications that call LLMs for OWASP LLM Top 10 v2 (2025) findings and maps them to MITRE ATLAS v5.4.0 adversary tactics.

2026-07-17
dependency-analyzer
Softwareentwickler

Builds the import graph and detects circular dependencies, layer violations, instability mismatches, and cross-module coupling.

2026-07-17
pattern-detector
Softwareentwickler

Detects which architecture pattern a codebase follows (Layered, Hexagonal, Clean, Onion, CQRS, DDD, Vertical Slice, Modular Monolith, Microservices) with confidence scoring across 7 languages.

2026-07-17
ai-governance-checker
Compliance-Beauftragter

AI regulatory governance scanner — classifies AI systems against EU AI Act risk tiers, NIST AI RMF / AI 600-1 functions, and ISO/IEC 42001 controls; flags missing inventory, oversight, documentation, transparency, and conformity-assessment artifacts.

2026-07-17
audit-log-checker
Softwareentwickler

Validates audit logging for compliance, security, and operational visibility.

2026-07-17
gdpr-compliance-checker
Softwareentwickler

Validates GDPR/privacy compliance in code, data flows, consent, and right-to-erasure implementation.

2026-07-17
license-scanner
Softwareentwickler

Scans dependencies for license compliance, attribution gaps, and copyleft conflicts.

2026-07-17
sbom-cra-checker
Softwareentwickler

SBOM correctness, signing, retention, and EU Cyber Resilience Act (CRA) vulnerability-reporting readiness — validates SPDX 2.3+/CycloneDX 1.6+ against NTIA minimum elements and ENISA Single Reporting Platform wiring.

2026-07-17
cloud-cost-analyzer
Softwareentwickler

Analyzes infrastructure code and cloud usage for cost optimization — right-sizing, reservations, waste elimination, PR-time cost prediction.

2026-07-17
data-quality-checker
Softwareentwickler

Validates data quality across pipelines, schemas, and warehouses using the six data-quality dimensions.

2026-07-17
feature-store-validator
Softwareentwickler

Validates feature store configurations, feature definitions, freshness, lineage, and online/offline consistency.

2026-07-17
ml-model-validator
Softwareentwickler

Validates ML models for performance, fairness, robustness, drift, and deployment readiness.

2026-07-17
api-deprecation-checker
Softwareentwickler

Detects usage of deprecated APIs, libraries, and language features so teams can plan migrations.

2026-07-17
onboarding-validator
Softwareentwickler

Validates developer onboarding — README, bootstrap, devcontainer, version pinning, contributing docs — to minimize time-to-first-hello-world.

2026-07-17
changelog-generator
Softwareentwickler

Auto-generates changelogs from commits and PRs — Keep a Changelog 1.1 + Conventional Commits, semver-driven, breaking-change-first, generated-and-curated hybrid.

2026-07-17
documentation-updater
Softwareentwickler

Updates API docs, README, code comments, and changelog entries.

2026-07-17
bundle-analyzer
Webentwickler

Analyzes JavaScript bundle size, enforces performance budgets, finds tree-shaking failures, code-split gaps, and budget regressions in CI.

2026-07-17
component-tester
Softwarequalitätssicherungsanalysten und -tester

Tests React/Vue/Svelte/Solid/Blazor components in isolation using real-browser test runners, semantic queries, and user-behavior-driven assertions.

2026-07-17
visual-regression-checker
Softwarequalitätssicherungsanalysten und -tester

Detects unintended visual changes via AI-aware screenshot comparison and perceptual diffing.

2026-07-17
ci-pipeline-checker
Softwareentwickler

Validates CI/CD pipelines for supply chain security and 2026 best practices.

2026-07-17
ci-runner-setup
Netzwerk- und Computersystemadministratoren

Guides users through GitHub Actions runner selection (hosted vs self-hosted vs hybrid) with informed-decision UX.

2026-07-17
docker-security-checker
Netzwerk- und Computersystemadministratoren

Scans Dockerfiles and images for security vulnerabilities and 2026 hardening best practices.

2026-07-17
kubernetes-checker
Netzwerk- und Computersystemadministratoren

Validates Kubernetes manifests for security, resource hygiene, and 2026 GitOps best practices.

2026-07-17
terraform-validator
Softwareentwickler

Validates Terraform / OpenTofu IaC for syntax, security, and 2026 best practices (remote state with locking, drift detection, for_each, policy-as-code).

2026-07-17
clm-obligations
Rechtsanwaltsgehilfen und juristische Assistenten

Contract Lifecycle Management (CLM) obligations tracker — extracts payment, service-level agreement, audit, renewal, and termination obligations from generated legal documents and writes them to .ctoc/contracts/obligations.yaml with timer-bearing fields. Points to lawyer-reviewed clause-library templates for limitation of liability, indemnification, sub-processor, and Health Insurance Portability and Accountability Act Business Associate Agreement boilerplate.

2026-07-17
dsar-handler
Rechtsanwaltsgehilfen und juristische Assistenten

Data Subject Access Request (DSAR) handler — identity verification, scope assessment, data discovery, machine-readable export, signed deletion attestation. Tracks GDPR Article 12 (one month / extendable three) and California Consumer Privacy Act / California Privacy Rights Act (45 days / extendable 90) clocks. Writes per-request evidence to .ctoc/dsar/<request-id>.yaml.

2026-07-17
android-checker
Softwarequalitätssicherungsanalysten und -tester

Validates Android/Kotlin code quality, runs ktlint+detekt, builds and tests on the emulator, and emits security findings as critical-tier letters via the refinement loop.

2026-07-17
ios-checker
Softwarequalitätssicherungsanalysten und -tester

Validates iOS/Swift code quality, runs SwiftLint, builds and tests on the simulator, audits privacy manifest, keychain usage, ATT, code signing.

2026-07-17
react-native-bridge-checker
Softwarequalitätssicherungsanalysten und -tester

Validates React Native native module compatibility, bridge efficiency, and Turbo Modules migration.

2026-07-17
experiment-designer
Datenwissenschaftler

Designs A/B tests from a hypothesis — control vs variant, success metric, minimum sample size, duration, feature-flag config. Outputs a runnable experiment spec with sample-size, SRM check, CUPED, and pre-registered analysis plan.

2026-07-17
product-reviewer
Marktforschungsanalysten und Marketingspezialisten

Weekly product review. Reads KPI data from PostHog/Stripe, compares against targets, identifies funnel drop-offs, surfaces 2-3 hypotheses for improvement.

2026-07-17
architecture-checker
Softwareentwickler

Detects architectural violations — circular dependencies, layer violations, forbidden imports, blast radius, missing module boundaries — at stage transitions.

2026-07-17
code-reviewer
Softwarequalitätssicherungsanalysten und -tester

Reviews code quality against CTO profile standards — readability, naming, idiomatic style, error handling, and reviewer-judgement patterns automated tools miss.

2026-07-17
code-smell-detector
Softwareentwickler

Detects code smells and anti-patterns that indicate design problems — classic Fowler catalog plus 2026 ML/LLM additions.

2026-07-17
complexity-analyzer
Softwareentwickler

Measures cyclomatic, cognitive, NPath, Halstead, and structural complexity; flags refactoring hotspots with refactor-suggested fixes.

2026-07-17
complexity-reducer
Softwareentwickler

Generates concrete refactoring plans for complex code with before/after examples, AST-based codemod recipes, and quantified complexity reduction across 7 languages.

2026-07-17
consistency-checker
Softwareentwickler

Ensures naming, patterns, and style consistency across the codebase — catches what formatters can't.

2026-07-17
Zeigt die Top 40 von 101 gesammelten Skills in diesem Repository.