vscode-terminal-autoapprove

Community

Auto-approve trusted terminal commands in VS Code.

Authorarisng
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This skill reduces friction by automatically approving terminal commands in VS Code Copilot Chat, eliminating repetitive confirmations for trusted operations.

Core Features & Use Cases

  • Global auto-approve: Enable automatic approval for common commands (e.g., python) to speed up workflows.
  • Selective rules with regex: Use regex patterns to restrict auto-approval to specific scripts or paths.
  • Safe fallback and review: Maintain control by defaulting to manual approval when rules don't match.

Quick Start

Use this skill to enable auto-approval for Python commands in the integrated terminal. Steps:

  1. Open settings.json in VS Code and add:
  2. "chat.tools.terminal.enableAutoApprove": true
  3. "chat.tools.terminal.autoApprove": { "python": true } To restrict auto-approval to specific scripts, use a regex rule like: "chat.tools.terminal.autoApprove": { "/^python\s+skills\//": true }

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: vscode-terminal-autoapprove
Download link: https://github.com/arisng/github-copilot-fc/archive/main.zip#vscode-terminal-autoapprove

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.