SkillAgentSearch skills...

open-office-agent

The following commands are permitted to run automatically without user confirmation: - **Python execution**: `python`, `python3`, and any `.py` script execution

Install / Use

npx skills add tungns2408/open-office-agent

Installs into whichever agent you are using.

About this skill
📦

Amazon Q Rules

Amazon Q Developer rules

Quality Score

53/100

Category

Automation

Supported Platforms

Amazon Q

Auto-Run Policy for Open Office Agent Development

Allowed Commands

The following commands are permitted to run automatically without user confirmation:

Python Commands

  • Python execution: python, python3, and any .py script execution
  • Package management: pip install, pip3 install, pip uninstall, pip freeze, pip list
  • Testing: pytest, python -m pytest
  • Module execution: python -m <module>

Shell Commands

  • File operations: ls, cat, head, tail, grep, find, wc, chmod
  • Git operations: git status, git log, git diff, git add, git commit, git push, git pull, git branch, git tag, git checkout
  • Directory operations: cd, pwd, mkdir
  • Process management: ps, kill (for test processes only)
  • Network: curl (for API testing)
  • Build tools: pyinstaller, docker build, docker compose

GitHub CLI

  • Repository operations: gh pr create, gh pr list, gh release view, gh run list, gh run view

Scope

This rule applies to all bash/shell/python command executions triggered during development sessions within this workspace: /Users/TungNS/Desktop/Script/open-office-agent-git

Restrictions

  • No commands that modify system files outside the workspace
  • No commands that require sudo/root privileges
  • No commands that expose sensitive data (API keys, passwords)

Purpose

Enable efficient development workflow by allowing automated testing, building, and deployment operations without interrupting the development flow.

Related Skills

View on GitHub
GitHub Stars0
CategoryAutomation
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low