Skip to content

Tweak buttondown Skill#6

Open
dgalarza wants to merge 3 commits intomainfrom
dg-tweak-buttondown
Open

Tweak buttondown Skill#6
dgalarza wants to merge 3 commits intomainfrom
dg-tweak-buttondown

Conversation

@dgalarza
Copy link
Owner

  • adjust automations language
  • Add examples of add_tags

- adjust automations language
- Add examples of add_tags
Install the Anthropic skill-creator skill via `npx skills add` to
provide validation tooling. Add a GitHub Actions workflow that runs
quick_validate.py against any skills changed in a PR.
@dgalarza
Copy link
Owner Author

@copilot investigate the github actions here. It passed but when I inspect it:

Run skills=$(
  skills=$(
    git diff --name-only --diff-filter=d origin/main...HEAD -- 'skills/' \
    | grep -oP '^skills/[^/]+' \
    | sort -u
  )
  echo "skills<<EOF" >> "$GITHUB_OUTPUT"
  echo "$skills" >> "$GITHUB_OUTPUT"
  echo "EOF" >> "$GITHUB_OUTPUT"
  shell: /usr/bin/bash -e {0}
  env:
    pythonLocation: /opt/hostedtoolcache/Python/3.12.13/x64
    PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.12.13/x64/lib/pkgconfig
    Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.13/x64
    Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.13/x64
    Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.12.13/x64
    LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.12.13/x64/lib
fatal: bad revision 'origin/main...HEAD'

Copy link

Copilot AI commented Mar 18, 2026

@dgalarza I've opened a new pull request, #7, to work on those changes. Once the pull request is ready, I'll request review from you.

…rror

Co-authored-by: dgalarza <105694+dgalarza@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants