Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
23
- `index.js`: Core library (rule-driven HTTP request builder).
Sign in to like and favorite skills
index.js: Core library (rule-driven HTTP request builder).test/: Mocha tests, fixtures (dummy*.txt) and integration-style assertions.shortquest.schema.json: JSON Schema for rules; see RULES.md for triggers/actions.Gruntfile.js (tasks), .jshintrc (lint rules), .travis.yml (legacy CI), package.json.npm install # install dependencies npm test # run lint (jshint) and tests (mocha via grunt) grunt jshint # lint only grunt mochacli # run mocha tests with nyan reporter grunt watch # watch files and re-run lint/tests
'use strict'). Match existing spacing (currently 4 spaces).Joi.setAuthorization), UPPER_SNAKE for constants..jshintrc (curly braces, eqeqeq, no unused/undef). Run grunt jshint before pushing.assert), HTTP mocking with nock.test/*.js. Prefer descriptive describe/it names (e.g., it('must set authorization bearer', ...)).test/ as needed; avoid real secrets.npm test. Add tests for new triggers/actions and schema changes.Add json-schema model, Fix OAuth RSA handling).Fixes #123).grunt bump for releases; do not bump versions in feature PRs.agentOptions.*Path) and keep content out of source control.