charlesjones-dev
- 55 skills
- 0 followers
- 1 week ago last updated
- ▌ Ado Log Story Work · charlesjones-devRapidly log completed work to a User Story by creating a Task with completed hours already set.
- ▌ Git Commit Push Pr · charlesjones-devCommit, push, and create a PR. Prompts for branch and PR target using quick multi-choice questions. Lightweight alternative to /workflow-ship without preflight checks.
- ▌ Security Init · charlesjones-devInitialize Claude Code security settings with intelligent file denial patterns based on your project's technology stack.
- ▌ Workflow Ship · charlesjones-devShip it. Runs preflight checks (typecheck, lint, tests), auto-fixes issues, then commits, pushes, and creates a PR. Bails early if preflight fixes were needed so you can review before shipping. Prompts for branch and PR target using quick multi-choice questions.
- ▌ Security Audit · charlesjones-dev bundleEvidence-based repository security audit with attack-surface coverage, candidate verification, baseline reconciliation, and archived Markdown/JSON artifacts.
- ▌ Swift CI Scaffold · charlesjones-devScaffold the repo side of Xcode Cloud for an XcodeGen / Tuist Swift project - generate ci_scripts/ci_post_clone.sh (regen + guarded CI_BUILD_NUMBER stamping), propose a unit-test-only CI scheme, print the exact App Store Connect workflow checklist, and optionally install an opt-in .githooks/pre-push gate. Shows diffs and confirms before writing.
- ▌ Workflow Rules · charlesjones-dev bundleAdd, remove, or list curated behavior rules in CLAUDE.md that correct common Claude Code annoyances (PR padding, fabricated test plans, chatty narration, boilerplate footers). Cross-project library, syncs via /plugin update.
- ▌ Ado Timesheet Report · charlesjones-devGenerate a summarized report of hours logged from work items during a specified week.
- ▌ Modernize Scan · charlesjones-devQuick codebase modernization scan that accepts a file or directory path. Runs all assessment categories with default settings.
- ▌ Writing Humanize · charlesjones-devRemove signs of AI-generated writing from text. Detects and fixes 24 documented AI writing patterns to make text sound natural and human-written.
- ▌ Modernize Audit · charlesjones-devInteractive codebase modernization assessment to identify technical debt, anti-patterns, and quality issues from older AI-generated or legacy code.
- ▌ Statusline Edit · charlesjones-devEdit existing status line configuration with pre-selected options based on current settings.
- ▌ Workflow Preflight · charlesjones-devRun code quality checks (typecheck, lint, tests) - auto-detects configured tools and offers to fix issues.
- ▌ Statusline Wizard · charlesjones-devInteractive setup wizard for configuring Claude Code's custom status line with progress bars and customizable display options.
- ▌ Workflow Principles · charlesjones-devGenerate a context-aware Development Principles section for CLAUDE.md based on detected project structure, tech stack, and user preferences.
- ▌ Performance Audit · charlesjones-devComprehensive performance analysis to identify bottlenecks, optimization opportunities, and scalability issues.
- ▌ Security Supply Chain · charlesjones-devHarden your project against npm supply chain attacks by configuring pnpm's minimum-release-age quarantine and frozen lockfile enforcement.
- ▌ Swift Concurrency Review · charlesjones-devReview Swift 6 strict-concurrency and SwiftUI code for idiom and build-breaking issues - non-Sendable across actor boundaries, @MainActor witness vs nonisolated protocol requirements, Combine/ObservableObject usage, force-unwraps, #Predicate macro limits, the 6.3.x Binding IRGen crash, missing #if os() guards, and unsafe escape hatches. Reports file:line with the fix and the why.
- ▌ Accessibility Audit · charlesjones-devComprehensive accessibility audit to identify WCAG compliance issues and barriers to inclusive design.
- ▌ Compliance License Audit · charlesjones-devInteractive open-source license compliance audit to identify all dependency licenses, flag risks, and detect license incompatibilities.
- ▌ Security Scan Dependencies · charlesjones-devScan a deployed website for outdated dependencies, known CVEs, and security misconfigurations.
- ▌ Compliance Notice Generate · charlesjones-devGenerate NOTICE, ATTRIBUTION, or THIRD-PARTY-NOTICES files from detected dependency licenses to fulfill open-source license obligations.
- ▌ Kb Prune · charlesjones-devInteractive cleanup and consolidation of the knowledge base. Finds stale references, duplicates, orphaned files, frontmatter issues, and opportunities to merge related topics.
- ▌ Kb Query · charlesjones-devQuery the knowledge base with a question. Synthesizes an answer from relevant KB files and optionally files the result back as a new KB article.
- ▌ Swift Verify · charlesjones-devRun the right local verification gate for a Swift project - detect XcodeGen vs plain .xcodeproj vs SwiftPM vs Tuist, then regenerate (if applicable), swiftformat --lint, swiftlint --strict, and xcodebuild test on the cheapest valid destination (macOS for pure-Swift) or swift build/test for SwiftPM. Reports each stage; --fix lets SwiftFormat rewrite.
- ▌ Ado Create Task · charlesjones-devInteractively create a new Task work item as a child of an existing User Story in Azure DevOps.
- ▌ Git Commit Push · charlesjones-devCommit all changes to git with an auto-generated message and push to origin.
- ▌ Kb Absorb · charlesjones-devAnalyze existing CLAUDE.md and docs/ content to identify knowledge that can be organized into the KB system. Interactive migration with user approval.
- ▌ Kb Import · charlesjones-devRegister a KB file in CLAUDE.md's Knowledge Base table. Accepts a file path argument, or scans docs/kb/ for unregistered files. Adds missing frontmatter.
- ▌ Kb Ingest · charlesjones-devIngest specific markdown files into the Knowledge Base. Distills content into KB format, creates KB files with frontmatter, and registers them in CLAUDE.md.
- ▌ Kb Remove · charlesjones-devRemove a KB file and its CLAUDE.md reference. Accepts an optional file path or prompts the user to select which entry to remove.
- ▌ Kb Search · charlesjones-devSearch across all KB files in docs/kb/ for a keyword, topic, or tag. Returns matching files and relevant excerpts.
- ▌ Ado Create Story · charlesjones-devInteractively create a new User Story work item as a child of an existing Feature in Azure DevOps.
- ▌ Kb Harvest · charlesjones-devHarvest knowledge from external sources — sibling repos, local directories, individual files, or web URLs — and distill them into the KB system with provenance tracking.
- ▌ Kb Upgrade · charlesjones-devUpgrade an existing Knowledge Base to the latest plugin practices. Ensures Obsidian compatibility, structured 'When to Load' format, loading notifications, index schema, and frontmatter health. Safe and re-runnable.
- ▌ Swift Diagnose · charlesjones-devDiagnose a Swift / Xcode Cloud / TestFlight failure from a pasted red build log, an ITMS App Store rejection email, or a bare error code. Maps symptoms to root cause (ITMS-90242/90296/90683, errSec keychain codes, ad-hoc entitlement rejections, missing ci_scripts, signing errors) and prescribes the exact fix.
- ▌ Git Pr Codex Loop · charlesjones-devOpen a PR for the current branch, then loop on Codex Code Review until it comes back clean: resolve each finding, reply, and re-request review with a single @codex review once the whole pass is handled. Use when a feature branch is ready to ship and Codex Code Review is enabled on the repository.
- ▌ Kb Discover · charlesjones-devAnalyze source code to discover and extract implicit knowledge — architecture patterns, conventions, API contracts, config structures, and codebase rules — into KB articles.
- ▌ Kb Organize · charlesjones-devReorganize flat KB files into category folders based on tags and content. Updates CLAUDE.md paths and _index.md. Safe — previews all moves before executing.
- ▌ Swift Preflight · charlesjones-devAudit a Swift / iOS / macOS repo for Xcode Cloud and TestFlight release blockers before upload - pbxproj drift, static build numbers, missing ci_scripts, macOS App Store entitlements/Info.plist, headless-CI keychain tests, ad-hoc signing entitlement rejections, and flaky-UITest release gating. Reports PASS/WARN/FAIL with file:line and fixes.
- ▌ Ado Create Feature · charlesjones-devInteractively create a new Feature work item in Azure DevOps using configured conventions.
- ▌ Geo Fix · charlesjones-devApply safe GEO remediations from the latest /geo-audit report. Updates robots.txt with training-vs-citation bot directives, inserts missing Author/Organization/FAQPage JSON-LD, adds dateModified and article:modified_time, proposes content restructuring for Q&A patterns, and adds sameAs entity-disambiguation links. Diff+confirm workflow with --dry-run support.
- ▌ SEO Fix · charlesjones-devApply safe SEO remediations from the latest /seo-audit report. Removes deprecated tags, inserts missing meta tags, refactors to semantic HTML, and proposes structured data with diff+confirm workflow.
- ▌ Ado Init · charlesjones-devInitialize Azure DevOps configuration in CLAUDE.md with organization, project, and team settings.
- ▌ Git Init · charlesjones-devInitialize .gitignore with intelligent exclusion patterns based on your project's technology stack.
- ▌ Geo Audit · charlesjones-devComprehensive Generative Engine Optimization (GEO) audit - Validates llms.txt protocol compliance, AI crawler access (training vs citation bots), citation-worthiness signals, AI-friendly structured data, semantic chunking, content freshness, and entity optimization. Generates a timestamped report in /docs/geo-audit/ with framework-specific remediation and emerging-practice flags.
- ▌ SEO Audit · charlesjones-devComprehensive modern SEO audit - Detects deprecated patterns (keywords meta tags, IE-era code), validates current best practices (Core Web Vitals, structured data, semantic HTML, Open Graph), and generates timestamped reports with framework-specific remediation.
- ▌ Geo Llms Txt · charlesjones-devGenerate, update, and validate llms.txt and llms-full.txt for AI answer engines. Analyzes site structure, detects content type, emits properly formatted markdown index (and optional full-content companion), integrates with framework build pipelines, and validates existing files against the llmstxt.org spec.
- ▌ Kb Add · charlesjones-devQuickly add a learning, rule, or note to the knowledge base. Accepts free-text input and suggests the best KB file location.
- ▌ Kb Auto · charlesjones-devToggle automatic knowledge capture. When enabled, Claude proactively offers to capture learnings at the end of conversations.
- ▌ Kb Init · charlesjones-devInitialize the Knowledge Base section in CLAUDE.md and create the docs/kb/ directory. Idempotent - safe to run multiple times.
- ▌ Kb List · charlesjones-devList all registered KB files from CLAUDE.md, show their status (exists/missing), tags, dates, and pinned status.
- ▌ Kb Load · charlesjones-devManually load one or more KB articles into the current conversation context. Accepts a filename, topic, or tag filter. Use when Claude hasn't automatically loaded a KB file you need.
- ▌ Ado Work Items · charlesjones-devGuide for creating Azure DevOps work items (Features, User Stories, Tasks). This skill should be used when working with ADO MCP tools to create work items with proper hierarchy and formatting.
- ▌ Kb Learn · charlesjones-devAnalyze the current conversation to extract learnings, institutional knowledge, and best practices. Saves findings to topic-specific KB files and updates CLAUDE.md references.